java.lang.Object
physx.geometry.PxTetrahedronMesh.Raw
- Enclosing class:
- PxTetrahedronMesh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetLocalBounds(long address) static intgetNbTetrahedrons(long address) static intgetNbVertices(long address) static longgetTetrahedraRemap(long address) static longgetTetrahedronMeshFlags(long address) static longgetTetrahedrons(long address) static longgetVertices(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getNbVertices
public static int getNbVertices(long address) -
getVertices
public static long getVertices(long address) -
getNbTetrahedrons
public static int getNbTetrahedrons(long address) -
getTetrahedrons
public static long getTetrahedrons(long address) -
getTetrahedronMeshFlags
public static long getTetrahedronMeshFlags(long address) -
getTetrahedraRemap
public static long getTetrahedraRemap(long address) -
getLocalBounds
public static long getLocalBounds(long address)
-