@Properties(inherit=BulletCollision.class) public class btBroadphaseInterface extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btBroadphaseInterface(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aabbTest(btVector3 aabbMin,
btVector3 aabbMax,
btBroadphaseAabbCallback callback) |
void |
calculateOverlappingPairs(btDispatcher dispatcher)
calculateOverlappingPairs is optional: incremental algorithms (sweep and prune) might do it during the set aabb
|
btBroadphaseProxy |
createProxy(btVector3 aabbMin,
btVector3 aabbMax,
int shapeType,
Pointer userPtr,
int collisionFilterGroup,
int collisionFilterMask,
btDispatcher dispatcher) |
void |
destroyProxy(btBroadphaseProxy proxy,
btDispatcher dispatcher) |
void |
getAabb(btBroadphaseProxy proxy,
btVector3 aabbMin,
btVector3 aabbMax) |
void |
getBroadphaseAabb(btVector3 aabbMin,
btVector3 aabbMax)
getAabb returns the axis aligned bounding box in the 'global' coordinate frame
will add some transform later
|
btOverlappingPairCache |
getOverlappingPairCache() |
void |
printStats() |
void |
rayTest(btVector3 rayFrom,
btVector3 rayTo,
btBroadphaseRayCallback rayCallback) |
void |
rayTest(btVector3 rayFrom,
btVector3 rayTo,
btBroadphaseRayCallback rayCallback,
btVector3 aabbMin,
btVector3 aabbMax) |
void |
resetPool(btDispatcher dispatcher)
reset broadphase internal structures, to ensure determinism/reproducability
|
void |
setAabb(btBroadphaseProxy proxy,
btVector3 aabbMin,
btVector3 aabbMax,
btDispatcher dispatcher) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic btBroadphaseInterface(Pointer p)
Pointer(Pointer).public btBroadphaseProxy createProxy(@Const @ByRef btVector3 aabbMin, @Const @ByRef btVector3 aabbMax, int shapeType, Pointer userPtr, int collisionFilterGroup, int collisionFilterMask, btDispatcher dispatcher)
public void destroyProxy(btBroadphaseProxy proxy, btDispatcher dispatcher)
public void setAabb(btBroadphaseProxy proxy, @Const @ByRef btVector3 aabbMin, @Const @ByRef btVector3 aabbMax, btDispatcher dispatcher)
public void getAabb(btBroadphaseProxy proxy, @ByRef btVector3 aabbMin, @ByRef btVector3 aabbMax)
public void rayTest(@Const @ByRef btVector3 rayFrom, @Const @ByRef btVector3 rayTo, @ByRef btBroadphaseRayCallback rayCallback, @Const @ByRef(nullValue="btVector3(0, 0, 0)") btVector3 aabbMin, @Const @ByRef(nullValue="btVector3(0, 0, 0)") btVector3 aabbMax)
public void rayTest(@Const @ByRef btVector3 rayFrom, @Const @ByRef btVector3 rayTo, @ByRef btBroadphaseRayCallback rayCallback)
public void aabbTest(@Const @ByRef btVector3 aabbMin, @Const @ByRef btVector3 aabbMax, @ByRef btBroadphaseAabbCallback callback)
public void calculateOverlappingPairs(btDispatcher dispatcher)
public btOverlappingPairCache getOverlappingPairCache()
public void getBroadphaseAabb(@ByRef btVector3 aabbMin, @ByRef btVector3 aabbMax)
public void resetPool(btDispatcher dispatcher)
public void printStats()
Copyright © 2024. All rights reserved.