java.lang.Object
physx.physics.PxArticulationLink.Raw
- Enclosing class:
- PxArticulationLink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetArticulation(long address) static floatgetCfmScale(long address) static longgetInboundJoint(long address) static intgetInboundJointDof(long address) static intgetLinkIndex(long address) static intgetNbChildren(long address) static voidsetCfmScale(long address, float cfm)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getArticulation
public static long getArticulation(long address) -
getInboundJoint
public static long getInboundJoint(long address) -
getInboundJointDof
public static int getInboundJointDof(long address) -
getNbChildren
public static int getNbChildren(long address) -
getLinkIndex
public static int getLinkIndex(long address) -
setCfmScale
public static void setCfmScale(long address, float cfm) -
getCfmScale
public static float getCfmScale(long address)
-