@Properties(inherit=BulletCollision.class) public class btSubSimplexClosestResult extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btSubSimplexClosestResult()
Default native constructor.
|
btSubSimplexClosestResult(long size)
Native array allocator.
|
btSubSimplexClosestResult(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
btSubSimplexClosestResult |
getPointer(long i) |
boolean |
isValid() |
DoublePointer |
m_barycentricCoords() |
double |
m_barycentricCoords(int i) |
btSubSimplexClosestResult |
m_barycentricCoords(int i,
double setter) |
btVector3 |
m_closestPointOnSimplex() |
btSubSimplexClosestResult |
m_closestPointOnSimplex(btVector3 setter) |
boolean |
m_degenerate() |
btSubSimplexClosestResult |
m_degenerate(boolean setter) |
btUsageBitfield |
m_usedVertices() |
btSubSimplexClosestResult |
m_usedVertices(btUsageBitfield setter) |
btSubSimplexClosestResult |
position(long position) |
void |
reset() |
void |
setBarycentricCoordinates() |
void |
setBarycentricCoordinates(double a,
double b,
double c,
double d) |
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 btSubSimplexClosestResult()
public btSubSimplexClosestResult(long size)
Pointer.position(long).public btSubSimplexClosestResult(Pointer p)
Pointer(Pointer).public btSubSimplexClosestResult position(long position)
public btSubSimplexClosestResult getPointer(long i)
getPointer in class Pointerpublic btSubSimplexClosestResult m_closestPointOnSimplex(btVector3 setter)
@ByRef public btUsageBitfield m_usedVertices()
public btSubSimplexClosestResult m_usedVertices(btUsageBitfield setter)
public btSubSimplexClosestResult m_barycentricCoords(int i, double setter)
@MemberGetter @Cast(value="btScalar*") public DoublePointer m_barycentricCoords()
public btSubSimplexClosestResult m_degenerate(boolean setter)
public void reset()
public void setBarycentricCoordinates(@Cast(value="btScalar") double a, @Cast(value="btScalar") double b, @Cast(value="btScalar") double c, @Cast(value="btScalar") double d)
public void setBarycentricCoordinates()
Copyright © 2024. All rights reserved.