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