Package physx.geomutils
Class PxGeometry
- java.lang.Object
-
- physx.NativeObject
-
- physx.geomutils.PxGeometry
-
- Direct Known Subclasses:
PxBoxGeometry,PxCapsuleGeometry,PxConvexMeshGeometry,PxPlaneGeometry,PxSphereGeometry
public class PxGeometry 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxGeometry()protectedPxGeometry(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxGeometrywrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxGeometry wrapPointer(long address)
-
destroy
public void destroy()
-
-