Package physx.geomutils
Class PxBoxGeometry
- java.lang.Object
-
- physx.NativeObject
-
- physx.geomutils.PxGeometry
-
- physx.geomutils.PxBoxGeometry
-
public class PxBoxGeometry 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 protectedPxBoxGeometry()PxBoxGeometry(float hx, float hy, float hz)protectedPxBoxGeometry(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxBoxGeometrywrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxBoxGeometry wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classPxGeometry
-
-