Voxellancer  0.3
A game about voxels in space
 All Classes Functions Pages
voxelparticlefuturecheck.h
1 #pragma once
2 
3 class VoxelCluster;
4 struct VoxelParticleData;
5 
7 public:
8  static bool intersectsIn(const VoxelParticleData& particle, float futureSecs, const VoxelCluster& against);
9 
10 };
Definition: voxelparticledata.h:7
Definition: voxelcluster.h:21
Definition: voxelparticlefuturecheck.h:6