java.lang.Object
physx.geometry.PxTetrahedronMeshDesc.Raw
- Enclosing class:
- PxTetrahedronMeshDesc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetFlags(long address) static longgetMaterialIndices(long address) static longgetPoints(long address) static longgetTetrahedrons(long address) static shortgetTetsPerElement(long address) static booleanisValid(long address) static longstatic longPxTetrahedronMeshDesc(long meshVertices, long meshTetIndices) static longPxTetrahedronMeshDesc(long meshVertices, long meshTetIndices, int meshFormat) static longPxTetrahedronMeshDesc(long meshVertices, long meshTetIndices, int meshFormat, short numberOfTetsPerHexElement) static voidPxTetrahedronMeshDesc_placed(long address) static voidPxTetrahedronMeshDesc_placed(long address, long meshVertices, long meshTetIndices) static voidPxTetrahedronMeshDesc_placed(long address, long meshVertices, long meshTetIndices, int meshFormat) static voidPxTetrahedronMeshDesc_placed(long address, long meshVertices, long meshTetIndices, int meshFormat, short numberOfTetsPerHexElement) static voidsetFlags(long address, long value) static voidsetMaterialIndices(long address, long value) static voidsetPoints(long address, long value) static voidsetTetrahedrons(long address, long value) static voidsetTetsPerElement(long address, short value)
-
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)
-