Class PxExtendedVec3.Raw

java.lang.Object
physx.character.PxExtendedVec3.Raw
Enclosing class:
PxExtendedVec3

public static class PxExtendedVec3.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxExtendedVec3_placed

      public static void PxExtendedVec3_placed(long address)
    • PxExtendedVec3_placed

      public static void PxExtendedVec3_placed(long address, double x, double y, double z)
    • PxExtendedVec3

      public static long PxExtendedVec3()
    • PxExtendedVec3

      public static long PxExtendedVec3(double x, double y, double z)
    • destroy

      public static void destroy(long address)
    • getX

      public static double getX(long address)
    • setX

      public static void setX(long address, double value)
    • getY

      public static double getY(long address)
    • setY

      public static void setY(long address, double value)
    • getZ

      public static double getZ(long address)
    • setZ

      public static void setZ(long address, double value)