Package physx.geomutils
Class PxConvexMeshGeometry
- java.lang.Object
-
- physx.NativeObject
-
- physx.geomutils.PxGeometry
-
- physx.geomutils.PxConvexMeshGeometry
-
public class PxConvexMeshGeometry extends PxGeometry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxConvexMeshGeometry()protectedPxConvexMeshGeometry(long address)PxConvexMeshGeometry(PxConvexMesh mesh)PxConvexMeshGeometry(PxConvexMesh mesh, PxMeshScale scaling)PxConvexMeshGeometry(PxConvexMesh mesh, PxMeshScale scaling, PxConvexMeshGeometryFlags flags)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxConvexMeshGeometrywrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Constructor Detail
-
PxConvexMeshGeometry
protected PxConvexMeshGeometry()
-
PxConvexMeshGeometry
protected PxConvexMeshGeometry(long address)
-
PxConvexMeshGeometry
public PxConvexMeshGeometry(PxConvexMesh mesh)
- Parameters:
mesh-PxConvexMesh
-
PxConvexMeshGeometry
public PxConvexMeshGeometry(PxConvexMesh mesh, PxMeshScale scaling)
- Parameters:
mesh-PxConvexMeshscaling-PxMeshScale[Const, Ref]
-
PxConvexMeshGeometry
public PxConvexMeshGeometry(PxConvexMesh mesh, PxMeshScale scaling, PxConvexMeshGeometryFlags flags)
- Parameters:
mesh-PxConvexMeshscaling-PxMeshScale[Const, Ref]flags-PxConvexMeshGeometryFlags[Ref]
-
-
Method Detail
-
wrapPointer
public static PxConvexMeshGeometry wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxGeometry
-
-