16 #ifndef SURGSIM_PHYSICS_MASS_H 17 #define SURGSIM_PHYSICS_MASS_H 62 return ! ((*this) == m);
74 #endif // SURGSIM_PHYSICS_MASS_H
Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Mass(double mass=0.0)
Constructor.
Definition: Mass.h:31
bool operator==(const Mass &m) const
Comparison operator (equality)
Definition: Mass.h:52
double m_mass
Mass (in kg)
Definition: Mass.h:67
double getMass() const
Gets the mass.
Definition: Mass.h:44
bool operator!=(const Mass &m) const
Comparison operator (inequality)
Definition: Mass.h:60
void setMass(double mass)
Sets the mass.
Definition: Mass.h:37