@NoOffset @Properties(inherit=BulletCollision.class) public class BT_BOX_BOX_TRANSFORM_CACHE extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BT_BOX_BOX_TRANSFORM_CACHE() |
BT_BOX_BOX_TRANSFORM_CACHE(long size)
Native array allocator.
|
BT_BOX_BOX_TRANSFORM_CACHE(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
calc_absolute_matrix() |
void |
calc_from_full_invert(btTransform trans0,
btTransform trans1)
Calcs the full invertion of the matrices.
|
void |
calc_from_homogenic(btTransform trans0,
btTransform trans1)
Calc the transformation relative 1 to 0.
|
BT_BOX_BOX_TRANSFORM_CACHE |
getPointer(long i) |
btMatrix3x3 |
m_AR()
Absolute value of m_R1to0
|
BT_BOX_BOX_TRANSFORM_CACHE |
m_AR(btMatrix3x3 setter) |
btMatrix3x3 |
m_R1to0()
Transforms Rotation of model1 to model 0, equal to R0' * R1
|
BT_BOX_BOX_TRANSFORM_CACHE |
m_R1to0(btMatrix3x3 setter) |
btVector3 |
m_T1to0()
Transforms translation of model1 to model 0
|
BT_BOX_BOX_TRANSFORM_CACHE |
m_T1to0(btVector3 setter) |
BT_BOX_BOX_TRANSFORM_CACHE |
position(long position) |
btVector3 |
transform(btVector3 point) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public BT_BOX_BOX_TRANSFORM_CACHE(Pointer p)
Pointer(Pointer)
.public BT_BOX_BOX_TRANSFORM_CACHE(long size)
Pointer.position(long)
.public BT_BOX_BOX_TRANSFORM_CACHE()
public BT_BOX_BOX_TRANSFORM_CACHE position(long position)
public BT_BOX_BOX_TRANSFORM_CACHE getPointer(long i)
getPointer
in class Pointer
public BT_BOX_BOX_TRANSFORM_CACHE m_T1to0(btVector3 setter)
@ByRef public btMatrix3x3 m_R1to0()
public BT_BOX_BOX_TRANSFORM_CACHE m_R1to0(btMatrix3x3 setter)
@ByRef public btMatrix3x3 m_AR()
public BT_BOX_BOX_TRANSFORM_CACHE m_AR(btMatrix3x3 setter)
public void calc_absolute_matrix()
public void calc_from_homogenic(@Const @ByRef btTransform trans0, @Const @ByRef btTransform trans1)
public void calc_from_full_invert(@Const @ByRef btTransform trans0, @Const @ByRef btTransform trans1)
Copyright © 2024. All rights reserved.