Package physx.geomutils
Class PxSimpleTriangleMesh
- java.lang.Object
-
- physx.NativeObject
-
- physx.geomutils.PxSimpleTriangleMesh
-
- Direct Known Subclasses:
PxTriangleMeshDesc
public class PxSimpleTriangleMesh extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxSimpleTriangleMesh()protectedPxSimpleTriangleMesh(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxMeshFlagsgetFlags()PxBoundedDatagetPoints()PxBoundedDatagetTriangles()booleanisValid()voidsetFlags(PxMeshFlags value)voidsetPoints(PxBoundedData value)voidsetToDefault()voidsetTriangles(PxBoundedData value)static PxSimpleTriangleMeshwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxSimpleTriangleMesh wrapPointer(long address)
-
destroy
public void destroy()
-
getPoints
public PxBoundedData getPoints()
- Returns:
- WebIDL type:
PxBoundedData[Value]
-
setPoints
public void setPoints(PxBoundedData value)
- Parameters:
value- WebIDL type:PxBoundedData[Value]
-
getTriangles
public PxBoundedData getTriangles()
- Returns:
- WebIDL type:
PxBoundedData[Value]
-
setTriangles
public void setTriangles(PxBoundedData value)
- Parameters:
value- WebIDL type:PxBoundedData[Value]
-
getFlags
public PxMeshFlags getFlags()
- Returns:
- WebIDL type:
PxMeshFlags[Value]
-
setFlags
public void setFlags(PxMeshFlags value)
- Parameters:
value- WebIDL type:PxMeshFlags[Value]
-
setToDefault
public void setToDefault()
-
isValid
public boolean isValid()
- Returns:
- WebIDL type: boolean
-
-