java.lang.Object
physx.NativeObject
physx.common.PxBase
physx.physics.PxActor
physx.physics.PxRigidActor
physx.physics.PxRigidBody
physx.physics.PxArticulationLink
-
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 PxArticulationLinkarrayGet(long baseAddress, int index) floatintintintvoidsetCfmScale(float cfm) static PxArticulationLinkwrapPointer(long address) Methods inherited from class physx.physics.PxRigidBody
addForce, addForce, addForce, addTorque, addTorque, addTorque, clearForce, clearTorque, getAngularDamping, getAngularVelocity, getCMassLocalPose, getContactSlopCoefficient, getInvMass, getLinearDamping, getLinearVelocity, getMass, getMassSpaceInertiaTensor, getMassSpaceInvInertiaTensor, getMaxAngularVelocity, getMaxContactImpulse, getMaxDepenetrationVelocity, getMaxLinearVelocity, getMinCCDAdvanceCoefficient, getRigidBodyFlags, setAngularDamping, setCMassLocalPose, setContactSlopCoefficient, setForceAndTorque, setForceAndTorque, setLinearDamping, setMass, setMassSpaceInertiaTensor, setMaxAngularVelocity, setMaxContactImpulse, setMaxDepenetrationVelocity, setMaxLinearVelocity, setMinCCDAdvanceCoefficient, setRigidBodyFlag, setRigidBodyFlagsMethods inherited from class physx.physics.PxRigidActor
attachShape, detachShape, detachShape, getGlobalPose, getNbConstraints, getNbShapes, setGlobalPose, setGlobalPoseMethods inherited from class physx.physics.PxActor
getActorFlags, getDominanceGroup, getName, getOwnerClient, getScene, getType, getUserData, getWorldBounds, getWorldBounds, setActorFlag, setActorFlags, setDominanceGroup, setName, setOwnerClient, setUserDataMethods inherited from class physx.common.PxBase
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagsMethods 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
-
PxArticulationLink
protected PxArticulationLink() -
PxArticulationLink
protected PxArticulationLink(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
getArticulation
- Returns:
- WebIDL type:
PxArticulationReducedCoordinate[Ref]
-
getInboundJoint
- Returns:
- WebIDL type:
PxArticulationJointReducedCoordinate[Nullable]
-
getInboundJointDof
public int getInboundJointDof()- Returns:
- WebIDL type: unsigned long
-
getNbChildren
public int getNbChildren()- Returns:
- WebIDL type: unsigned long
-
getLinkIndex
public int getLinkIndex()- Returns:
- WebIDL type: unsigned long
-
setCfmScale
public void setCfmScale(float cfm) - Parameters:
cfm- WebIDL type: float
-
getCfmScale
public float getCfmScale()- Returns:
- WebIDL type: float
-