Package physx.physics

Class PxArticulationJointReducedCoordinate.Raw

java.lang.Object
physx.physics.PxArticulationJointReducedCoordinate.Raw
Enclosing class:
PxArticulationJointReducedCoordinate

public static class PxArticulationJointReducedCoordinate.Raw extends Object
  • 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)