CommonLibSSE NG
|
#include <hkpMotion.h>
Public Types | |
enum | { kNumInactiveFramesToDeactivate = 5 } |
enum class | MotionType { kInvalid , kDynamic , kSphereInertia , kBoxInertia , kKeyframed , kFixed , kThinBoxInertia , kCharacter , kTotal } |
Public Types inherited from RE::hkReferencedObject | |
enum class | LockMode { kNone = 0 , kAuto , kManual } |
enum | { kMemSize = 0x7FFF } |
Public Member Functions | |
~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 () |
Public Member Functions inherited from RE::hkReferencedObject | |
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 |
Public Member Functions inherited from RE::hkBaseObject | |
virtual | ~hkBaseObject ()=default |
Public Attributes | |
stl::enumeration< MotionType, std::uint8_t > | type |
std::uint8_t | deactivationIntegrateCounter |
std::uint16_t | deactivationNumInactiveFrames [2] |
std::uint16_t | pad016 |
std::uint64_t | pad018 |
hkMotionState | motionState |
hkVector4 | inertiaAndMassInv |
hkVector4 | linearVelocity |
hkVector4 | angularVelocity |
hkVector4 | deactivationRefPosition [2] |
std::uint32_t | deactivationRefOrientation [2] |
hkpMaxSizeMotion * | savedMotion |
std::uint16_t | savedQualityTypeIndex |
std::uint16_t | pad132 |
hkHalf | gravityFactor |
std::uint64_t | pad138 |
Public Attributes inherited from RE::hkReferencedObject | |
std::uint16_t | memSizeAndFlags |
volatile std::int16_t | referenceCount |
std::uint32_t | pad0C |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_hkpMotion |
static constexpr auto | VTABLE = VTABLE_hkpMotion |
Static Public Attributes inherited from RE::hkReferencedObject | |
static constexpr auto | RTTI = RTTI_hkReferencedObject |
static constexpr auto | VTABLE = VTABLE_hkReferencedObject |
Static Public Attributes inherited from RE::hkBaseObject | |
static constexpr auto | RTTI = RTTI_hkBaseObject |
static constexpr auto | VTABLE = VTABLE_hkBaseObject |
|
strong |
|
override |
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
virtual |
Reimplemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
inline |
|
virtual |
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
virtual |
Reimplemented in RE::hkpFixedRigidMotion.
|
virtual |
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
pure virtual |
Implemented in RE::hkpKeyframedRigidMotion.
|
virtual |
Reimplemented in RE::hkpFixedRigidMotion.
|
virtual |
Reimplemented in RE::hkpKeyframedRigidMotion.
|
virtual |
Reimplemented in RE::hkpKeyframedRigidMotion.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
hkVector4 RE::hkpMotion::angularVelocity |
std::uint8_t RE::hkpMotion::deactivationIntegrateCounter |
std::uint16_t RE::hkpMotion::deactivationNumInactiveFrames[2] |
std::uint32_t RE::hkpMotion::deactivationRefOrientation[2] |
hkVector4 RE::hkpMotion::deactivationRefPosition[2] |
hkHalf RE::hkpMotion::gravityFactor |
hkVector4 RE::hkpMotion::inertiaAndMassInv |
hkVector4 RE::hkpMotion::linearVelocity |
hkMotionState RE::hkpMotion::motionState |
std::uint16_t RE::hkpMotion::pad016 |
std::uint64_t RE::hkpMotion::pad018 |
std::uint16_t RE::hkpMotion::pad132 |
std::uint64_t RE::hkpMotion::pad138 |
|
inlinestaticconstexpr |
hkpMaxSizeMotion* RE::hkpMotion::savedMotion |
std::uint16_t RE::hkpMotion::savedQualityTypeIndex |
stl::enumeration<MotionType, std::uint8_t> RE::hkpMotion::type |
|
inlinestaticconstexpr |