Package physx.common

Class PxMat33.Raw

java.lang.Object
physx.common.PxMat33.Raw
Enclosing class:
PxMat33

public static class PxMat33.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxMat33

      public static long PxMat33()
    • PxMat33

      public static long PxMat33(int r)
    • PxMat33

      public static long PxMat33(long col0, long col1, long col2)
    • PxMat33

      public static long PxMat33(float r)
    • PxMat33

      public static long PxMat33(long q)
    • destroy

      public static void destroy(long address)
    • getColumn0

      public static long getColumn0(long address)
    • setColumn0

      public static void setColumn0(long address, long value)
    • getColumn1

      public static long getColumn1(long address)
    • setColumn1

      public static void setColumn1(long address, long value)
    • getColumn2

      public static long getColumn2(long address)
    • setColumn2

      public static void setColumn2(long address, long value)
    • getTranspose

      public static long getTranspose(long address)
    • getInverse

      public static long getInverse(long address)
    • getDeterminant

      public static float getDeterminant(long address)
    • transform

      public static long transform(long address, long other)
    • transformTranspose

      public static long transformTranspose(long address, long other)