Class PxTetrahedronMeshDesc.Raw

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

public static class PxTetrahedronMeshDesc.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxTetrahedronMeshDesc_placed

      public static void PxTetrahedronMeshDesc_placed(long address)
    • PxTetrahedronMeshDesc_placed

      public static void PxTetrahedronMeshDesc_placed(long address, long meshVertices, long meshTetIndices)
    • PxTetrahedronMeshDesc_placed

      public static void PxTetrahedronMeshDesc_placed(long address, long meshVertices, long meshTetIndices, int meshFormat)
    • PxTetrahedronMeshDesc_placed

      public static void PxTetrahedronMeshDesc_placed(long address, long meshVertices, long meshTetIndices, int meshFormat, short numberOfTetsPerHexElement)
    • PxTetrahedronMeshDesc

      public static long PxTetrahedronMeshDesc()
    • PxTetrahedronMeshDesc

      public static long PxTetrahedronMeshDesc(long meshVertices, long meshTetIndices)
    • PxTetrahedronMeshDesc

      public static long PxTetrahedronMeshDesc(long meshVertices, long meshTetIndices, int meshFormat)
    • PxTetrahedronMeshDesc

      public static long PxTetrahedronMeshDesc(long meshVertices, long meshTetIndices, int meshFormat, short numberOfTetsPerHexElement)
    • destroy

      public static void destroy(long address)
    • getMaterialIndices

      public static long getMaterialIndices(long address)
    • setMaterialIndices

      public static void setMaterialIndices(long address, long value)
    • getPoints

      public static long getPoints(long address)
    • setPoints

      public static void setPoints(long address, long value)
    • getTetrahedrons

      public static long getTetrahedrons(long address)
    • setTetrahedrons

      public static void setTetrahedrons(long address, long value)
    • getFlags

      public static long getFlags(long address)
    • setFlags

      public static void setFlags(long address, long value)
    • getTetsPerElement

      public static short getTetsPerElement(long address)
    • setTetsPerElement

      public static void setTetsPerElement(long address, short value)
    • isValid

      public static boolean isValid(long address)