@NoOffset @Properties(inherit=BulletCollision.class) public class btBvhSubtreeInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btBvhSubtreeInfo() |
btBvhSubtreeInfo(long size)
Native array allocator.
|
btBvhSubtreeInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
btBvhSubtreeInfo |
getPointer(long i) |
IntPointer |
m_padding() |
int |
m_padding(int i) |
btBvhSubtreeInfo |
m_padding(int i,
int setter) |
ShortPointer |
m_quantizedAabbMax() |
short |
m_quantizedAabbMax(int i) |
btBvhSubtreeInfo |
m_quantizedAabbMax(int i,
short setter) |
ShortPointer |
m_quantizedAabbMin() |
short |
m_quantizedAabbMin(int i) |
btBvhSubtreeInfo |
m_quantizedAabbMin(int i,
short setter) |
int |
m_rootNodeIndex() |
btBvhSubtreeInfo |
m_rootNodeIndex(int setter) |
int |
m_subtreeSize() |
btBvhSubtreeInfo |
m_subtreeSize(int setter) |
btBvhSubtreeInfo |
position(long position) |
void |
setAabbFromQuantizeNode(btQuantizedBvhNode quantizedNode) |
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 btBvhSubtreeInfo(Pointer p)
Pointer(Pointer).public btBvhSubtreeInfo(long size)
Pointer.position(long).public btBvhSubtreeInfo()
public btBvhSubtreeInfo position(long position)
public btBvhSubtreeInfo getPointer(long i)
getPointer in class Pointerpublic btBvhSubtreeInfo m_quantizedAabbMin(int i, short setter)
@MemberGetter @Cast(value="unsigned short int*") public ShortPointer m_quantizedAabbMin()
public btBvhSubtreeInfo m_quantizedAabbMax(int i, short setter)
@MemberGetter @Cast(value="unsigned short int*") public ShortPointer m_quantizedAabbMax()
public int m_rootNodeIndex()
public btBvhSubtreeInfo m_rootNodeIndex(int setter)
public int m_subtreeSize()
public btBvhSubtreeInfo m_subtreeSize(int setter)
public int m_padding(int i)
public btBvhSubtreeInfo m_padding(int i, int setter)
@MemberGetter public IntPointer m_padding()
public void setAabbFromQuantizeNode(@Const @ByRef btQuantizedBvhNode quantizedNode)
Copyright © 2024. All rights reserved.