Class PxContactPoint.Raw

java.lang.Object
physx.geometry.PxContactPoint.Raw
Enclosing class:
PxContactPoint

public static class PxContactPoint.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxContactPoint

      public static long PxContactPoint()
    • destroy

      public static void destroy(long address)
    • getNormal

      public static long getNormal(long address)
    • setNormal

      public static void setNormal(long address, long value)
    • getPoint

      public static long getPoint(long address)
    • setPoint

      public static void setPoint(long address, long value)
    • getTargetVel

      public static long getTargetVel(long address)
    • setTargetVel

      public static void setTargetVel(long address, long value)
    • getSeparation

      public static float getSeparation(long address)
    • setSeparation

      public static void setSeparation(long address, float value)
    • getMaxImpulse

      public static float getMaxImpulse(long address)
    • setMaxImpulse

      public static void setMaxImpulse(long address, float value)
    • getStaticFriction

      public static float getStaticFriction(long address)
    • setStaticFriction

      public static void setStaticFriction(long address, float value)
    • getMaterialFlags

      public static byte getMaterialFlags(long address)
    • setMaterialFlags

      public static void setMaterialFlags(long address, byte value)
    • getInternalFaceIndex1

      public static int getInternalFaceIndex1(long address)
    • setInternalFaceIndex1

      public static void setInternalFaceIndex1(long address, int value)
    • getDynamicFriction

      public static float getDynamicFriction(long address)
    • setDynamicFriction

      public static void setDynamicFriction(long address, float value)
    • getRestitution

      public static float getRestitution(long address)
    • setRestitution

      public static void setRestitution(long address, float value)
    • getDamping

      public static float getDamping(long address)
    • setDamping

      public static void setDamping(long address, float value)