java.lang.Object
physx.physics.PxArticulationFixedTendon.Raw
- Enclosing class:
- PxArticulationFixedTendon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longcreateTendonJoint(long address, long parent, int axis, float coefficient, float recipCoefficient, long link) static voiddestroy(long address) static longgetLimitParameters(long address) static intgetNbTendonJoints(long address) static floatgetRestLength(long address) static voidsetLimitParameters(long address, long parameter) static voidsetRestLength(long address, float restLength)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
createTendonJoint
public static long createTendonJoint(long address, long parent, int axis, float coefficient, float recipCoefficient, long link) -
getNbTendonJoints
public static int getNbTendonJoints(long address) -
setRestLength
public static void setRestLength(long address, float restLength) -
getRestLength
public static float getRestLength(long address) -
setLimitParameters
public static void setLimitParameters(long address, long parameter) -
getLimitParameters
public static long getLimitParameters(long address)
-