java.lang.Object
physx.physics.PxArticulationJointReducedCoordinate.Raw
- Enclosing class:
- PxArticulationJointReducedCoordinate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetArmature(long address, int axis) static longgetChildArticulationLink(long address) static longgetChildPose(long address) static floatgetDriveTarget(long address, int axis) static floatgetDriveVelocity(long address, int axis) static floatgetFrictionCoefficient(long address) static floatgetJointPosition(long address, int axis) static intgetJointType(long address) static floatgetJointVelocity(long address, int axis) static longgetLimitParams(long address, int axis) static floatgetMaxJointVelocity(long address) static intgetMotion(long address, int axis) static longgetParentArticulationLink(long address) static longgetParentPose(long address) static voidsetArmature(long address, int axis, float armature) static voidsetChildPose(long address, long pose) static voidsetDriveParams(long address, int axis, long drive) static voidsetDriveTarget(long address, int axis, float target) static voidsetDriveTarget(long address, int axis, float target, boolean autowake) static voidsetDriveVelocity(long address, int axis, float targetVel) static voidsetDriveVelocity(long address, int axis, float targetVel, boolean autowake) static voidsetFrictionCoefficient(long address, float coefficient) static voidsetJointPosition(long address, int axis, float jointPos) static voidsetJointType(long address, int jointType) static voidsetJointVelocity(long address, int axis, float jointVel) static voidsetLimitParams(long address, int axis, long limit) static voidsetMaxJointVelocity(long address, float maxJointV) static voidsetMotion(long address, int axis, int motion) static voidsetParentPose(long address, long pose)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getParentArticulationLink
public static long getParentArticulationLink(long address) -
setParentPose
public static void setParentPose(long address, long pose) -
getParentPose
public static long getParentPose(long address) -
getChildArticulationLink
public static long getChildArticulationLink(long address) -
setChildPose
public static void setChildPose(long address, long pose) -
getChildPose
public static long getChildPose(long address) -
setJointType
public static void setJointType(long address, int jointType) -
getJointType
public static int getJointType(long address) -
setMotion
public static void setMotion(long address, int axis, int motion) -
getMotion
public static int getMotion(long address, int axis) -
setLimitParams
public static void setLimitParams(long address, int axis, long limit) -
getLimitParams
public static long getLimitParams(long address, int axis) -
setDriveParams
public static void setDriveParams(long address, int axis, long drive) -
setDriveTarget
public static void setDriveTarget(long address, int axis, float target) -
setDriveTarget
public static void setDriveTarget(long address, int axis, float target, boolean autowake) -
getDriveTarget
public static float getDriveTarget(long address, int axis) -
setDriveVelocity
public static void setDriveVelocity(long address, int axis, float targetVel) -
setDriveVelocity
public static void setDriveVelocity(long address, int axis, float targetVel, boolean autowake) -
getDriveVelocity
public static float getDriveVelocity(long address, int axis) -
setArmature
public static void setArmature(long address, int axis, float armature) -
getArmature
public static float getArmature(long address, int axis) -
setFrictionCoefficient
public static void setFrictionCoefficient(long address, float coefficient) -
getFrictionCoefficient
public static float getFrictionCoefficient(long address) -
setMaxJointVelocity
public static void setMaxJointVelocity(long address, float maxJointV) -
getMaxJointVelocity
public static float getMaxJointVelocity(long address) -
setJointPosition
public static void setJointPosition(long address, int axis, float jointPos) -
getJointPosition
public static float getJointPosition(long address, int axis) -
setJointVelocity
public static void setJointVelocity(long address, int axis, float jointVel) -
getJointVelocity
public static float getJointVelocity(long address, int axis)
-