@Properties(inherit=LinearMath.class) public class btGeometryUtil extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btGeometryUtil()
Default native constructor.
|
btGeometryUtil(long size)
Native array allocator.
|
btGeometryUtil(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areVerticesBehindPlane(btVector3 planeNormal,
btVector3Array vertices,
double margin) |
static void |
getPlaneEquationsFromVertices(btVector3Array vertices,
btVector3Array planeEquationsOut) |
btGeometryUtil |
getPointer(long i) |
static void |
getVerticesFromPlaneEquations(btVector3Array planeEquations,
btVector3Array verticesOut) |
static boolean |
isPointInsidePlanes(btVector3Array planeEquations,
btVector3 point,
double margin) |
btGeometryUtil |
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 btGeometryUtil()
public btGeometryUtil(long size)
Pointer.position(long).public btGeometryUtil(Pointer p)
Pointer(Pointer).public btGeometryUtil position(long position)
public btGeometryUtil getPointer(long i)
getPointer in class Pointerpublic static void getPlaneEquationsFromVertices(@ByRef btVector3Array vertices, @ByRef btVector3Array planeEquationsOut)
public static void getVerticesFromPlaneEquations(@Const @ByRef btVector3Array planeEquations, @ByRef btVector3Array verticesOut)
@Cast(value="bool") public static boolean isPointInsidePlanes(@Const @ByRef btVector3Array planeEquations, @Const @ByRef btVector3 point, @Cast(value="btScalar") double margin)
Copyright © 2024. All rights reserved.