public class PxConvexMeshGeometry extends PxGeometry
NativeObject.Allocator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF |
static int |
SIZEOF |
address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxConvexMeshGeometry() |
protected |
PxConvexMeshGeometry(long address) |
|
PxConvexMeshGeometry(PxConvexMesh mesh) |
|
PxConvexMeshGeometry(PxConvexMesh mesh,
PxMeshScale scaling) |
|
PxConvexMeshGeometry(PxConvexMesh mesh,
PxMeshScale scaling,
PxConvexMeshGeometryFlags flags) |
| Modifier and Type | Method and Description |
|---|---|
static PxConvexMeshGeometry |
createAt(long address,
PxConvexMesh mesh) |
static PxConvexMeshGeometry |
createAt(long address,
PxConvexMesh mesh,
PxMeshScale scaling) |
static PxConvexMeshGeometry |
createAt(long address,
PxConvexMesh mesh,
PxMeshScale scaling,
PxConvexMeshGeometryFlags flags) |
static <T> PxConvexMeshGeometry |
createAt(T allocator,
NativeObject.Allocator<T> allocate,
PxConvexMesh mesh) |
static <T> PxConvexMeshGeometry |
createAt(T allocator,
NativeObject.Allocator<T> allocate,
PxConvexMesh mesh,
PxMeshScale scaling) |
static <T> PxConvexMeshGeometry |
createAt(T allocator,
NativeObject.Allocator<T> allocate,
PxConvexMesh mesh,
PxMeshScale scaling,
PxConvexMeshGeometryFlags flags) |
void |
destroy() |
static PxConvexMeshGeometry |
wrapPointer(long address) |
getTypecheckNotNull, equals, getAddress, hashCodepublic static final int SIZEOF
public static final int ALIGNOF
protected PxConvexMeshGeometry()
protected PxConvexMeshGeometry(long address)
public PxConvexMeshGeometry(PxConvexMesh mesh)
mesh - WebIDL type: PxConvexMeshpublic PxConvexMeshGeometry(PxConvexMesh mesh, PxMeshScale scaling)
mesh - WebIDL type: PxConvexMeshscaling - WebIDL type: PxMeshScale [Const, Ref]public PxConvexMeshGeometry(PxConvexMesh mesh, PxMeshScale scaling, PxConvexMeshGeometryFlags flags)
mesh - WebIDL type: PxConvexMeshscaling - WebIDL type: PxMeshScale [Const, Ref]flags - WebIDL type: PxConvexMeshGeometryFlags [Ref]public static PxConvexMeshGeometry wrapPointer(long address)
public static PxConvexMeshGeometry createAt(long address, PxConvexMesh mesh)
address - Pre-allocated memory, where the object is created.mesh - WebIDL type: PxConvexMeshpublic static <T> PxConvexMeshGeometry createAt(T allocator, NativeObject.Allocator<T> allocate, PxConvexMesh mesh)
T - Allocator class, e.g. LWJGL's MemoryStack.allocator - Object to use for allocation, e.g. an instance of LWJGL's MemoryStack.allocate - Method to call on allocator to obtain the target address, e.g. MemoryStack::nmalloc.mesh - WebIDL type: PxConvexMeshpublic static PxConvexMeshGeometry createAt(long address, PxConvexMesh mesh, PxMeshScale scaling)
address - Pre-allocated memory, where the object is created.mesh - WebIDL type: PxConvexMeshscaling - WebIDL type: PxMeshScale [Const, Ref]public static <T> PxConvexMeshGeometry createAt(T allocator, NativeObject.Allocator<T> allocate, PxConvexMesh mesh, PxMeshScale scaling)
T - Allocator class, e.g. LWJGL's MemoryStack.allocator - Object to use for allocation, e.g. an instance of LWJGL's MemoryStack.allocate - Method to call on allocator to obtain the target address, e.g. MemoryStack::nmalloc.mesh - WebIDL type: PxConvexMeshscaling - WebIDL type: PxMeshScale [Const, Ref]public static PxConvexMeshGeometry createAt(long address, PxConvexMesh mesh, PxMeshScale scaling, PxConvexMeshGeometryFlags flags)
address - Pre-allocated memory, where the object is created.mesh - WebIDL type: PxConvexMeshscaling - WebIDL type: PxMeshScale [Const, Ref]flags - WebIDL type: PxConvexMeshGeometryFlags [Ref]public static <T> PxConvexMeshGeometry createAt(T allocator, NativeObject.Allocator<T> allocate, PxConvexMesh mesh, PxMeshScale scaling, PxConvexMeshGeometryFlags flags)
T - Allocator class, e.g. LWJGL's MemoryStack.allocator - Object to use for allocation, e.g. an instance of LWJGL's MemoryStack.allocate - Method to call on allocator to obtain the target address, e.g. MemoryStack::nmalloc.mesh - WebIDL type: PxConvexMeshscaling - WebIDL type: PxMeshScale [Const, Ref]flags - WebIDL type: PxConvexMeshGeometryFlags [Ref]public void destroy()
destroy in class PxGeometry