|
HDK
|
#include <parseDesc.h>
Inheritance diagram for UsdPhysicsCapsuleShapeDesc:Public Member Functions | |
| UsdPhysicsCapsuleShapeDesc (float inRadius=0.0f, float half_height=0.0f, UsdPhysicsAxis cap_axis=UsdPhysicsAxis::X) | |
| bool | operator== (const UsdPhysicsCapsuleShapeDesc &) const |
Public Member Functions inherited from UsdPhysicsShapeDesc | |
| UsdPhysicsShapeDesc (UsdPhysicsObjectType inType) | |
| const SdfPathVector & | GetMaterials () const |
| const SdfPathVector & | GetSimulationOwners () const |
| const SdfPathVector & | GetFilteredCollisions () const |
| const SdfPathVector & | GetCollisionGroups () const |
Public Member Functions inherited from UsdPhysicsObjectDesc | |
| UsdPhysicsObjectDesc (UsdPhysicsObjectType inType) | |
| virtual | ~UsdPhysicsObjectDesc ()=default |
Public Attributes | |
| float | radius |
| Capsule radius. More... | |
| float | halfHeight |
| Capsule half height. More... | |
| UsdPhysicsAxis | axis |
| Capsule axis. More... | |
Public Attributes inherited from UsdPhysicsShapeDesc | |
| SdfPath | rigidBody |
| GfVec3f | localPos |
| Local position of the shape relative to the body world pose. More... | |
| GfQuatf | localRot |
| Local orientation of the shape relative to the body world pose. More... | |
| GfVec3f | localScale |
| Local scale of the shape relative to the body world pose. More... | |
| SdfPathVector | materials |
| SdfPathVector | simulationOwners |
| Simulation owners list. More... | |
| SdfPathVector | filteredCollisions |
| Filtered collisions list. More... | |
| SdfPathVector | collisionGroups |
| bool | collisionEnabled |
| Collision enabled/disabled bool. More... | |
Public Attributes inherited from UsdPhysicsObjectDesc | |
| UsdPhysicsObjectType | type |
| Descriptor type. More... | |
| SdfPath | primPath |
| SdfPath for the prim from which the descriptor was parsed. More... | |
| bool | isValid |
Capsule shape collision descriptor
Definition at line 291 of file parseDesc.h.
|
inline |
Definition at line 293 of file parseDesc.h.
|
inline |
Definition at line 300 of file parseDesc.h.
| UsdPhysicsAxis UsdPhysicsCapsuleShapeDesc::axis |
Capsule axis.
Definition at line 310 of file parseDesc.h.
| float UsdPhysicsCapsuleShapeDesc::halfHeight |
Capsule half height.
Definition at line 308 of file parseDesc.h.
| float UsdPhysicsCapsuleShapeDesc::radius |
Capsule radius.
Definition at line 306 of file parseDesc.h.