@Properties(inherit=Bullet3Collision.class) public class b3DbvtAabbMm extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b3DbvtAabbMm()
Default native constructor.
|
b3DbvtAabbMm(long size)
Native array allocator.
|
b3DbvtAabbMm(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
b3Vector3 |
Center() |
int |
Classify(b3Vector3 n,
float o,
int s) |
boolean |
Contain(b3DbvtAabbMm a) |
void |
Expand(b3Vector3 e) |
b3Vector3 |
Extents() |
static b3DbvtAabbMm |
FromCE(b3Vector3 c,
b3Vector3 e) |
static b3DbvtAabbMm |
FromCR(b3Vector3 c,
float r) |
static b3DbvtAabbMm |
FromMM(b3Vector3 mi,
b3Vector3 mx) |
static b3DbvtAabbMm |
FromPoints(b3Vector3 pts,
int n) |
static b3DbvtAabbMm |
FromPoints(PointerPointer ppts,
int n) |
b3DbvtAabbMm |
getPointer(long i) |
b3Vector3 |
Lengths() |
b3Vector3 |
Maxs() |
b3Vector3 |
Mins() |
b3DbvtAabbMm |
position(long position) |
float |
ProjectMinimum(b3Vector3 v,
int signs) |
void |
SignedExpand(b3Vector3 e) |
b3Vector3 |
tMaxs() |
b3Vector3 |
tMins() |
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 b3DbvtAabbMm()
public b3DbvtAabbMm(long size)
Pointer.position(long).public b3DbvtAabbMm(Pointer p)
Pointer(Pointer).public b3DbvtAabbMm position(long position)
public b3DbvtAabbMm getPointer(long i)
getPointer in class Pointer@ByVal public static b3DbvtAabbMm FromCE(@Const @ByRef b3Vector3 c, @Const @ByRef b3Vector3 e)
@ByVal public static b3DbvtAabbMm FromCR(@Const @ByRef b3Vector3 c, @Cast(value="b3Scalar") float r)
@ByVal public static b3DbvtAabbMm FromMM(@Const @ByRef b3Vector3 mi, @Const @ByRef b3Vector3 mx)
@ByVal public static b3DbvtAabbMm FromPoints(@Const b3Vector3 pts, int n)
@ByVal public static b3DbvtAabbMm FromPoints(@Cast(value="const b3Vector3**") PointerPointer ppts, int n)
@Cast(value="bool") public boolean Contain(@Const @ByRef b3DbvtAabbMm a)
@Cast(value="b3Scalar") public float ProjectMinimum(@Const @ByRef b3Vector3 v, @Cast(value="unsigned") int signs)
Copyright © 2024. All rights reserved.