This is the complete list of members for Sphere, including all inherited members.
GetAngularVelocity() | PhysicsEntity | |
GetId() const | PhysicsEntity | |
GetMass() | PhysicsEntity | |
GetMaterial() | Model | |
GetMesh() | Model | |
GetModelMatrix() | Model | |
GetNextAngularVelocity() | PhysicsEntity | |
GetNextOrientation() | PhysicsEntity | |
GetNextPosition() | PhysicsEntity | |
GetNextVelocity() | PhysicsEntity | |
GetNormalMatrix() | Model | |
GetOrientation() | PhysicsEntity | |
GetPosition() | PhysicsEntity | |
GetVelocity() | PhysicsEntity | |
m_angular_velocity | PhysicsEntity | protected |
m_id | PhysicsEntity | protected |
m_mass | PhysicsEntity | protected |
m_material | Model | protected |
m_mesh | Model | protected |
m_model_matrix | Model | protected |
m_next_angular_velocity | PhysicsEntity | protected |
m_next_orientation | PhysicsEntity | protected |
m_next_position | PhysicsEntity | protected |
m_next_velocity | PhysicsEntity | protected |
m_normal_matrix | Model | protected |
m_orientation | PhysicsEntity | protected |
m_position | PhysicsEntity | protected |
m_velocity | PhysicsEntity | protected |
Model() | Model | protected |
OnUpdateFromBuffers() | Sphere | virtual |
PhysicsEntity() | PhysicsEntity | protected |
PhysicsEntity(Vector3Gf position, Vector3Gf velocity, GLfloat mass, Quaternion orientation, Vector3Gf angular_velocity) | PhysicsEntity | protected |
SetAngularVelocity(Vector3Gf w) | PhysicsEntity | |
SetModelMatrix(Eigen::Matrix< GLfloat, 4, 4 > model) | Model | |
SetNextAngularVelocity(Vector3Gf w) | PhysicsEntity | |
SetNextOrientation(Quaternion q) | PhysicsEntity | |
SetNextPosition(Vector3Gf x) | PhysicsEntity | |
SetNextVelocity(Vector3Gf v) | PhysicsEntity | |
SetOrientation(Quaternion q) | PhysicsEntity | |
SetPosition(Vector3Gf x) | PhysicsEntity | |
SetVelocity(Vector3Gf v) | PhysicsEntity | |
Sphere() | Sphere | |
Sphere(GLfloat radius, Vector3Gf position, Vector3Gf velocity, GLfloat mass, Quaternion orientation, Vector3Gf angular_velocity, Material material) | Sphere | |
UpdateFromBuffers() | PhysicsEntity | |
~PhysicsEntity() | PhysicsEntity | inlineprotectedvirtual |
~Sphere() | Sphere | |