@NoOffset @Properties(inherit=BulletCollision.class) public class BT_QUANTIZED_BVH_NODE extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BT_QUANTIZED_BVH_NODE() |
BT_QUANTIZED_BVH_NODE(long size)
Native array allocator.
|
BT_QUANTIZED_BVH_NODE(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDataIndex() |
int |
getEscapeIndex() |
BT_QUANTIZED_BVH_NODE |
getPointer(long i) |
boolean |
isLeafNode() |
int |
m_escapeIndexOrDataIndex() |
BT_QUANTIZED_BVH_NODE |
m_escapeIndexOrDataIndex(int setter) |
ShortPointer |
m_quantizedAabbMax() |
short |
m_quantizedAabbMax(int i) |
BT_QUANTIZED_BVH_NODE |
m_quantizedAabbMax(int i,
short setter) |
ShortPointer |
m_quantizedAabbMin() |
short |
m_quantizedAabbMin(int i) |
BT_QUANTIZED_BVH_NODE |
m_quantizedAabbMin(int i,
short setter) |
BT_QUANTIZED_BVH_NODE |
position(long position) |
void |
setDataIndex(int index) |
void |
setEscapeIndex(int index) |
boolean |
testQuantizedBoxOverlapp(short[] quantizedMin,
short[] quantizedMax) |
boolean |
testQuantizedBoxOverlapp(ShortBuffer quantizedMin,
ShortBuffer quantizedMax) |
boolean |
testQuantizedBoxOverlapp(ShortPointer quantizedMin,
ShortPointer quantizedMax) |
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, zeropublic BT_QUANTIZED_BVH_NODE(Pointer p)
Pointer(Pointer).public BT_QUANTIZED_BVH_NODE(long size)
Pointer.position(long).public BT_QUANTIZED_BVH_NODE()
public BT_QUANTIZED_BVH_NODE position(long position)
public BT_QUANTIZED_BVH_NODE getPointer(long i)
getPointer in class Pointerpublic BT_QUANTIZED_BVH_NODE m_quantizedAabbMin(int i, short setter)
@MemberGetter @Cast(value="unsigned short int*") public ShortPointer m_quantizedAabbMin()
public BT_QUANTIZED_BVH_NODE m_quantizedAabbMax(int i, short setter)
@MemberGetter @Cast(value="unsigned short int*") public ShortPointer m_quantizedAabbMax()
public int m_escapeIndexOrDataIndex()
public BT_QUANTIZED_BVH_NODE m_escapeIndexOrDataIndex(int setter)
public int getEscapeIndex()
public void setEscapeIndex(int index)
public int getDataIndex()
public void setDataIndex(int index)
@Cast(value="bool") public boolean testQuantizedBoxOverlapp(@Cast(value="unsigned short*") ShortPointer quantizedMin, @Cast(value="unsigned short*") ShortPointer quantizedMax)
@Cast(value="bool") public boolean testQuantizedBoxOverlapp(@Cast(value="unsigned short*") ShortBuffer quantizedMin, @Cast(value="unsigned short*") ShortBuffer quantizedMax)
Copyright © 2024. All rights reserved.