|
| ~hkpKeyframedRigidMotion () override |
|
void | SetMass (float a_mass) override |
|
void | SetMassInv (float a_massInv) override |
|
void | GetInertiaLocal (hkMatrix3 &a_inertiaOut) const override |
|
void | GetInertiaWorld (hkMatrix3 &a_inertiaOut) const override |
|
void | SetInertiaLocal (const hkMatrix3 &a_inertia) override |
|
void | SetInertiaInvLocal (const hkMatrix3 &a_inertiaInv) override |
|
void | GetInertiaInvLocal (hkMatrix3 &a_inertiaInvOut) const override |
|
void | GetInertiaInvWorld (hkMatrix3 &a_inertiaInvOut) const override |
|
void | GetProjectedPointVelocity (const hkVector4 &a_point, const hkVector4 &a_normal, float &a_velOut, float &a_invVirtMassOut) const override |
|
void | ApplyLinearImpulse (const hkVector4 &a_impulse) override |
|
void | ApplyPointImpulse (const hkVector4 &a_impulse, const hkVector4 &a_point) override |
|
void | ApplyAngularImpulse (const hkVector4 &a_impulse) override |
|
void | ApplyForce (const float a_deltaTime, const hkVector4 &a_force) override |
|
void | ApplyForce (const float a_deltaTime, const hkVector4 &a_force, const hkVector4 &a_point) override |
|
void | ApplyTorque (const float a_deltaTime, const hkVector4 &a_torque) override |
|
virtual void | SetStepPosition (float a_position, float a_timestep) |
|
virtual void | SetStoredMotion (hkpMaxSizeMotion *a_savedMotion) |
|
hkVector4 | GetPointVelocity (const hkVector4 &a_point) const |
|
| ~hkpMotion () override |
|
virtual void | SetMass (float a_mass) |
|
virtual void | SetMassInv (float a_massInv) |
|
virtual void | GetInertiaLocal (hkMatrix3 &a_inertiaOut) const =0 |
|
virtual void | GetInertiaWorld (hkMatrix3 &a_inertiaOut) const =0 |
|
virtual void | SetInertiaLocal (const hkMatrix3 &a_inertia)=0 |
|
virtual void | SetInertiaInvLocal (const hkMatrix3 &a_inertiaInv)=0 |
|
virtual void | GetInertiaInvLocal (hkMatrix3 &a_inertiaInvOut) const =0 |
|
virtual void | GetInertiaInvWorld (hkMatrix3 &a_inertiaInvOut) const =0 |
|
virtual void | SetCenterOfMassInLocal (const hkVector4 &a_centerOfMass) |
|
virtual void | SetPosition (const hkVector4 &a_position) |
|
virtual void | SetRotation (const hkQuaternion &a_rotation) |
|
virtual void | SetPositionAndRotation (const hkVector4 &a_position, const hkQuaternion &a_rotation) |
|
virtual void | SetTransform (const hkTransform &a_transform) |
|
virtual void | SetLinearVelocity (const hkVector4 &a_newVel) |
|
virtual void | SetAngularVelocity (const hkVector4 &a_newVel) |
|
virtual void | GetProjectedPointVelocity (const hkVector4 &a_point, const hkVector4 &a_normal, float &a_velOut, float &a_invVirtMassOut) const =0 |
|
virtual void | ApplyLinearImpulse (const hkVector4 &a_impulse) |
|
virtual void | ApplyPointImpulse (const hkVector4 &a_impulse, const hkVector4 &a_point)=0 |
|
virtual void | ApplyAngularImpulse (const hkVector4 &a_impulse)=0 |
|
virtual void | ApplyForce (const float a_deltaTime, const hkVector4 &a_force)=0 |
|
virtual void | ApplyForce (const float a_deltaTime, const hkVector4 &a_force, const hkVector4 &a_point)=0 |
|
virtual void | ApplyTorque (const float a_deltaTime, const hkVector4 &a_torque)=0 |
|
virtual void | GetMotionStateAndVelocitiesAndDeactivationType (hkpMotion *a_motionOut) |
|
float | GetMass () |
|
| hkReferencedObject () |
|
| ~hkReferencedObject () override=default |
|
virtual const hkClass * | GetClassType () const |
|
virtual void | CalcContentStatistics (hkStatisticsCollector *a_collector, const hkClass *a_class) const |
|
void | AddReference () const |
|
std::int32_t | GetAllocatedSize () const |
|
std::int32_t | GetReferenceCount () const |
|
void | RemoveReference () const |
|
virtual | ~hkBaseObject ()=default |
|