@Properties(inherit=Bullet3Collision.class) public class b3Aabb extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b3Aabb()
Default native constructor.
|
b3Aabb(long size)
Native array allocator.
|
b3Aabb(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
b3Aabb |
getPointer(long i) |
FloatPointer |
m_max() |
float |
m_max(int i) |
b3Aabb |
m_max(int i,
float setter) |
b3Vector3 |
m_maxVec() |
b3Aabb |
m_maxVec(b3Vector3 setter) |
FloatPointer |
m_min() |
float |
m_min(int i) |
b3Aabb |
m_min(int i,
float setter) |
IntPointer |
m_minIndices() |
int |
m_minIndices(int i) |
b3Aabb |
m_minIndices(int i,
int setter) |
b3Vector3 |
m_minVec() |
b3Aabb |
m_minVec(b3Vector3 setter) |
IntPointer |
m_signedMaxIndices() |
int |
m_signedMaxIndices(int i) |
b3Aabb |
m_signedMaxIndices(int i,
int setter) |
b3Aabb |
position(long position) |
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 b3Aabb()
public b3Aabb(long size)
Pointer.position(long).public b3Aabb(Pointer p)
Pointer(Pointer).public b3Aabb getPointer(long i)
getPointer in class Pointerpublic float m_min(int i)
public b3Aabb m_min(int i, float setter)
@MemberGetter public FloatPointer m_min()
public int m_minIndices(int i)
public b3Aabb m_minIndices(int i, int setter)
@MemberGetter public IntPointer m_minIndices()
public float m_max(int i)
public b3Aabb m_max(int i, float setter)
@MemberGetter public FloatPointer m_max()
public int m_signedMaxIndices(int i)
public b3Aabb m_signedMaxIndices(int i, int setter)
@MemberGetter public IntPointer m_signedMaxIndices()
Copyright © 2024. All rights reserved.