java.lang.Object
physx.NativeObject
physx.physics.PxArticulationCache
-
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 PxArticulationCachearrayGet(long baseAddress, int index) voiddestroy()intvoidrelease()voidsetCoefficientMatrix(PxRealPtr value) voidsetDenseJacobian(PxRealPtr value) voidsetExternalForces(PxSpatialForce value) voidsetJointAcceleration(PxRealPtr value) voidsetJointForce(PxRealPtr value) voidsetJointPosition(PxRealPtr value) voidsetJointVelocity(PxRealPtr value) voidvoidvoidsetLinkVelocity(PxSpatialVelocity value) voidsetMassMatrix(PxRealPtr value) voidvoidsetScratchAllocator(NativeObject value) voidsetScratchMemory(NativeObject value) voidsetSensorForces(PxSpatialForce value) voidsetVersion(int value) static PxArticulationCachewrapPointer(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
-
PxArticulationCache
protected PxArticulationCache() -
PxArticulationCache
protected PxArticulationCache(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getExternalForces
- Returns:
- WebIDL type:
PxSpatialForce
-
setExternalForces
- Parameters:
value- WebIDL type:PxSpatialForce
-
getDenseJacobian
- Returns:
- WebIDL type:
PxRealPtr[Value]
-
setDenseJacobian
- Parameters:
value- WebIDL type:PxRealPtr[Value]
-
getMassMatrix
- Returns:
- WebIDL type:
PxRealPtr[Value]
-
setMassMatrix
- Parameters:
value- WebIDL type:PxRealPtr[Value]
-
getJointVelocity
- Returns:
- WebIDL type:
PxRealPtr[Value]
-
setJointVelocity
- Parameters:
value- WebIDL type:PxRealPtr[Value]
-
getJointAcceleration
- Returns:
- WebIDL type:
PxRealPtr[Value]
-
setJointAcceleration
- Parameters:
value- WebIDL type:PxRealPtr[Value]
-
getJointPosition
- Returns:
- WebIDL type:
PxRealPtr[Value]
-
setJointPosition
- Parameters:
value- WebIDL type:PxRealPtr[Value]
-
getJointForce
- Returns:
- WebIDL type:
PxRealPtr[Value]
-
setJointForce
- Parameters:
value- WebIDL type:PxRealPtr[Value]
-
getLinkVelocity
- Returns:
- WebIDL type:
PxSpatialVelocity
-
setLinkVelocity
- Parameters:
value- WebIDL type:PxSpatialVelocity
-
getLinkAcceleration
- Returns:
- WebIDL type:
PxSpatialVelocity
-
setLinkAcceleration
- Parameters:
value- WebIDL type:PxSpatialVelocity
-
getRootLinkData
- Returns:
- WebIDL type:
PxArticulationRootLinkData
-
setRootLinkData
- Parameters:
value- WebIDL type:PxArticulationRootLinkData
-
getSensorForces
- Returns:
- WebIDL type:
PxSpatialForce
-
setSensorForces
- Parameters:
value- WebIDL type:PxSpatialForce
-
getCoefficientMatrix
- Returns:
- WebIDL type:
PxRealPtr[Value]
-
setCoefficientMatrix
- Parameters:
value- WebIDL type:PxRealPtr[Value]
-
getLambda
- Returns:
- WebIDL type:
PxRealPtr[Value]
-
setLambda
- Parameters:
value- WebIDL type:PxRealPtr[Value]
-
getScratchMemory
- Returns:
- WebIDL type: VoidPtr
-
setScratchMemory
- Parameters:
value- WebIDL type: VoidPtr
-
getScratchAllocator
- Returns:
- WebIDL type: VoidPtr
-
setScratchAllocator
- Parameters:
value- WebIDL type: VoidPtr
-
getVersion
public int getVersion()- Returns:
- WebIDL type: unsigned long
-
setVersion
public void setVersion(int value) - Parameters:
value- WebIDL type: unsigned long
-
release
public void release()
-