comment
This commit is contained in:
parent
cc4e163064
commit
8f106c8037
@ -185,7 +185,7 @@ public:
|
|||||||
// Set the type of a given particle.
|
// Set the type of a given particle.
|
||||||
void SetType(b3Particle* p, b3ParticleType type);
|
void SetType(b3Particle* p, b3ParticleType type);
|
||||||
|
|
||||||
// Translate a particle in the next time step.
|
// Translate a given particle in the next time step.
|
||||||
void Translate(b3Particle* p, const b3Vec3& translation);
|
void Translate(b3Particle* p, const b3Vec3& translation);
|
||||||
|
|
||||||
// Set the velocity of a given particle.
|
// Set the velocity of a given particle.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user