public class PxMeshScale extends NativeObject
NativeObject.Allocator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF |
static int |
SIZEOF |
address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxMeshScale() |
|
PxMeshScale(float r) |
protected |
PxMeshScale(long address) |
|
PxMeshScale(PxVec3 s,
PxQuat r) |
| Modifier and Type | Method and Description |
|---|---|
static PxMeshScale |
createAt(long address) |
static PxMeshScale |
createAt(long address,
float r) |
static PxMeshScale |
createAt(long address,
PxVec3 s,
PxQuat r) |
static <T> PxMeshScale |
createAt(T allocator,
NativeObject.Allocator<T> allocate) |
static <T> PxMeshScale |
createAt(T allocator,
NativeObject.Allocator<T> allocate,
float r) |
static <T> PxMeshScale |
createAt(T allocator,
NativeObject.Allocator<T> allocate,
PxVec3 s,
PxQuat r) |
void |
destroy() |
static PxMeshScale |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodepublic static final int SIZEOF
public static final int ALIGNOF
protected PxMeshScale(long address)
public PxMeshScale()
public PxMeshScale(float r)
r - WebIDL type: floatpublic static PxMeshScale wrapPointer(long address)
public static PxMeshScale createAt(long address)
address - Pre-allocated memory, where the object is created.public static <T> PxMeshScale createAt(T allocator, NativeObject.Allocator<T> allocate)
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.public static PxMeshScale createAt(long address, float r)
address - Pre-allocated memory, where the object is created.r - WebIDL type: floatpublic static <T> PxMeshScale createAt(T allocator, NativeObject.Allocator<T> allocate, float r)
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.r - WebIDL type: floatpublic static PxMeshScale createAt(long address, PxVec3 s, PxQuat r)
public static <T> PxMeshScale createAt(T allocator, NativeObject.Allocator<T> allocate, PxVec3 s, PxQuat r)
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.s - WebIDL type: PxVec3 [Const, Ref]r - WebIDL type: PxQuat [Const, Ref]public void destroy()