#include <PxArticulationJoint.h>
◆ ~PxArticulationJointBase()
virtual PxArticulationJointBase::~PxArticulationJointBase |
( |
| ) |
|
|
inlinevirtual |
◆ PxArticulationJointBase() [1/2]
◆ PxArticulationJointBase() [2/2]
◆ getChildArticulationLink()
get the child articulation link to which this articulation joint belongs
- Returns
- the articulation link to which this joint belongs
◆ getChildPose()
virtual PxTransform PxArticulationJointBase::getChildPose |
( |
| ) |
const |
|
pure virtual |
get the joint pose in the child frame
- Returns
- the joint pose in the child frame
- See also
- setChildPose()
◆ getImpl() [1/2]
virtual PxArticulationJointImpl* PxArticulationJointBase::getImpl |
( |
| ) |
|
|
pure virtual |
◆ getImpl() [2/2]
virtual const PxArticulationJointImpl* PxArticulationJointBase::getImpl |
( |
| ) |
const |
|
pure virtual |
◆ getParentArticulationLink()
get the parent articulation link to which this articulation joint belongs
- Returns
- the articulation link to which this joint belongs
◆ getParentPose()
virtual PxTransform PxArticulationJointBase::getParentPose |
( |
| ) |
const |
|
pure virtual |
get the joint pose in the parent frame
- Returns
- the joint pose in the parent frame
- See also
- setParentPose()
◆ isKindOf()
virtual bool PxArticulationJointBase::isKindOf |
( |
const char * |
superClass | ) |
const |
|
inlineprotectedvirtual |
◆ setChildPose()
virtual void PxArticulationJointBase::setChildPose |
( |
const PxTransform & |
pose | ) |
|
|
pure virtual |
set the joint pose in the child frame
- Parameters
-
[in] | pose | the joint pose in the child frame Default: the identity matrix |
- See also
- getChildPose()
◆ setParentPose()
virtual void PxArticulationJointBase::setParentPose |
( |
const PxTransform & |
pose | ) |
|
|
pure virtual |
set the joint pose in the parent frame
- Parameters
-
[in] | pose | the joint pose in the parent frame Default: the identity matrix |
- See also
- getParentPose()
The documentation for this class was generated from the following file: