java.lang.Object
physx.NativeObject
physx.physics.PxArticulationRootLinkData
Data structure used to access the root link state and acceleration.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxArticulationRootLinkDataarrayGet(long baseAddress, int index) voiddestroy()Actor transformLink angular accelerationLink angular velocityLink classical linear accelerationLink linear velocityvoidsetTransform(PxTransform value) Actor transformvoidsetWorldAngAccel(PxVec3 value) Link angular accelerationvoidsetWorldAngVel(PxVec3 value) Link angular velocityvoidsetWorldLinAccel(PxVec3 value) Link classical linear accelerationvoidsetWorldLinVel(PxVec3 value) Link linear velocitystatic PxArticulationRootLinkDatawrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxArticulationRootLinkData
protected PxArticulationRootLinkData(long address) -
PxArticulationRootLinkData
public PxArticulationRootLinkData()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getTransform
Actor transform -
setTransform
Actor transform -
getWorldLinVel
Link linear velocity -
setWorldLinVel
Link linear velocity -
getWorldAngVel
Link angular velocity -
setWorldAngVel
Link angular velocity -
getWorldLinAccel
Link classical linear acceleration -
setWorldLinAccel
Link classical linear acceleration -
getWorldAngAccel
Link angular acceleration -
setWorldAngAccel
Link angular acceleration
-