#include <massparticle.h>
Collaboration diagram for MassParticleState:
Public Member Functions | |
MassParticleState () | |
MassParticleState (const Vector3d &rkForce, float fMass, float fInvMass) | |
MassParticleState (const MassParticleState &rkState) | |
bool | operator< (const MassParticleState &rkState) const |
bool | operator== (const MassParticleState &rkState) const |
Public Attributes | |
Vector3d | m_kForce |
float | m_fMass |
float | m_fInvMass |
|
|
|
|
|
|
|
Needed for STL exports of UDTs under Win32
|
|
Query if states are equal
|
|
Applied force |
|
Mass of particle |
|
Inverted mass, precalculated |