@NoOffset @Properties(inherit=BulletCollision.class) public class btVoronoiSimplexSolver extends btSimplexSolverInterface
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btVoronoiSimplexSolver() |
btVoronoiSimplexSolver(long size)
Native array allocator.
|
btVoronoiSimplexSolver(Pointer p)
Pointer cast constructor.
|
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 btVoronoiSimplexSolver(Pointer p)
Pointer(Pointer).public btVoronoiSimplexSolver(long size)
Pointer.position(long).public btVoronoiSimplexSolver()
public btVoronoiSimplexSolver position(long position)
public btVoronoiSimplexSolver getPointer(long i)
getPointer in class Pointerpublic int m_numVertices()
public btVoronoiSimplexSolver m_numVertices(int setter)
public btVoronoiSimplexSolver m_simplexVectorW(int i, btVector3 setter)
@MemberGetter public btVector3 m_simplexVectorW()
public btVoronoiSimplexSolver m_simplexPointsP(int i, btVector3 setter)
@MemberGetter public btVector3 m_simplexPointsP()
public btVoronoiSimplexSolver m_simplexPointsQ(int i, btVector3 setter)
@MemberGetter public btVector3 m_simplexPointsQ()
public btVoronoiSimplexSolver m_cachedP1(btVector3 setter)
public btVoronoiSimplexSolver m_cachedP2(btVector3 setter)
public btVoronoiSimplexSolver m_cachedV(btVector3 setter)
public btVoronoiSimplexSolver m_lastW(btVector3 setter)
public btVoronoiSimplexSolver m_equalVertexThreshold(double setter)
public btVoronoiSimplexSolver m_cachedValidClosest(boolean setter)
@ByRef public btSubSimplexClosestResult m_cachedBC()
public btVoronoiSimplexSolver m_cachedBC(btSubSimplexClosestResult setter)
public btVoronoiSimplexSolver m_needsUpdate(boolean setter)
public void removeVertex(int index)
public void reduceVertices(@Const @ByRef btUsageBitfield usedVerts)
@Cast(value="bool") public boolean closestPtPointTetrahedron(@Const @ByRef btVector3 p, @Const @ByRef btVector3 a, @Const @ByRef btVector3 b, @Const @ByRef btVector3 c, @Const @ByRef btVector3 d, @ByRef btSubSimplexClosestResult finalResult)
public int pointOutsideOfPlane(@Const @ByRef btVector3 p, @Const @ByRef btVector3 a, @Const @ByRef btVector3 b, @Const @ByRef btVector3 c, @Const @ByRef btVector3 d)
@Cast(value="bool") public boolean closestPtPointTriangle(@Const @ByRef btVector3 p, @Const @ByRef btVector3 a, @Const @ByRef btVector3 b, @Const @ByRef btVector3 c, @ByRef btSubSimplexClosestResult result)
public void reset()
reset in class btSimplexSolverInterfacepublic void addVertex(@Const @ByRef btVector3 w, @Const @ByRef btVector3 p, @Const @ByRef btVector3 q)
addVertex in class btSimplexSolverInterfacepublic void setEqualVertexThreshold(@Cast(value="btScalar") double threshold)
@Cast(value="bool") public boolean closest(@ByRef btVector3 v)
closest in class btSimplexSolverInterface@Cast(value="btScalar") public double maxVertex()
maxVertex in class btSimplexSolverInterface@Cast(value="bool") public boolean fullSimplex()
fullSimplex in class btSimplexSolverInterfacepublic int getSimplex(btVector3 pBuf, btVector3 qBuf, btVector3 yBuf)
getSimplex in class btSimplexSolverInterface@Cast(value="bool") public boolean inSimplex(@Const @ByRef btVector3 w)
inSimplex in class btSimplexSolverInterfacepublic void backup_closest(@ByRef btVector3 v)
backup_closest in class btSimplexSolverInterface@Cast(value="bool") public boolean emptySimplex()
emptySimplex in class btSimplexSolverInterfacepublic void compute_points(@ByRef btVector3 p1, @ByRef btVector3 p2)
compute_points in class btSimplexSolverInterfacepublic int numVertices()
numVertices in class btSimplexSolverInterfaceCopyright © 2024. All rights reserved.