|
HDK
|
Mass information for a collision, used in ComputeMassProperties MassInformationFn callback. More...
#include <rigidBodyAPI.h>
Public Attributes | |
| float | volume |
| GfMatrix3f | inertia |
| GfVec3f | centerOfMass |
| GfVec3f | localPos |
| GfQuatf | localRot |
Mass information for a collision, used in ComputeMassProperties MassInformationFn callback.
Definition at line 300 of file rigidBodyAPI.h.
| GfVec3f UsdPhysicsRigidBodyAPI::MassInformation::centerOfMass |
Definition at line 304 of file rigidBodyAPI.h.
| GfMatrix3f UsdPhysicsRigidBodyAPI::MassInformation::inertia |
Definition at line 303 of file rigidBodyAPI.h.
| GfVec3f UsdPhysicsRigidBodyAPI::MassInformation::localPos |
Definition at line 305 of file rigidBodyAPI.h.
| GfQuatf UsdPhysicsRigidBodyAPI::MassInformation::localRot |
Definition at line 306 of file rigidBodyAPI.h.
| float UsdPhysicsRigidBodyAPI::MassInformation::volume |
Definition at line 302 of file rigidBodyAPI.h.