Class PxRackAndPinionJoint.Raw

java.lang.Object
physx.extensions.PxRackAndPinionJoint.Raw
Enclosing class:
PxRackAndPinionJoint

public static class PxRackAndPinionJoint.Raw extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Raw()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    destroy(long address)
     
    static float
    getRatio(long address)
     
    static boolean
    setData(long address, int nbRackTeeth, int nbPinionTeeth, float rackLength)
     
    static boolean
    setJoints(long address, long hinge, long prismatic)
     
    static void
    setRatio(long address, float ratio)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • destroy

      public static void destroy(long address)
    • setJoints

      public static boolean setJoints(long address, long hinge, long prismatic)
    • setRatio

      public static void setRatio(long address, float ratio)
    • getRatio

      public static float getRatio(long address)
    • setData

      public static boolean setData(long address, int nbRackTeeth, int nbPinionTeeth, float rackLength)