@NoOffset @Properties(inherit=Bullet3OpenCL.class) public class b3VoronoiSimplexSolver extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b3VoronoiSimplexSolver() |
b3VoronoiSimplexSolver(long size)
Native array allocator.
|
b3VoronoiSimplexSolver(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 b3VoronoiSimplexSolver(Pointer p)
Pointer(Pointer).public b3VoronoiSimplexSolver(long size)
Pointer.position(long).public b3VoronoiSimplexSolver()
public b3VoronoiSimplexSolver position(long position)
public b3VoronoiSimplexSolver getPointer(long i)
getPointer in class Pointerpublic int m_numVertices()
public b3VoronoiSimplexSolver m_numVertices(int setter)
public b3VoronoiSimplexSolver m_simplexVectorW(int i, b3Vector3 setter)
@MemberGetter public b3Vector3 m_simplexVectorW()
public b3VoronoiSimplexSolver m_simplexPointsP(int i, b3Vector3 setter)
@MemberGetter public b3Vector3 m_simplexPointsP()
public b3VoronoiSimplexSolver m_simplexPointsQ(int i, b3Vector3 setter)
@MemberGetter public b3Vector3 m_simplexPointsQ()
public b3VoronoiSimplexSolver m_cachedP1(b3Vector3 setter)
public b3VoronoiSimplexSolver m_cachedP2(b3Vector3 setter)
public b3VoronoiSimplexSolver m_cachedV(b3Vector3 setter)
public b3VoronoiSimplexSolver m_lastW(b3Vector3 setter)
public b3VoronoiSimplexSolver m_equalVertexThreshold(float setter)
public b3VoronoiSimplexSolver m_cachedValidClosest(boolean setter)
@ByRef public b3SubSimplexClosestResult m_cachedBC()
public b3VoronoiSimplexSolver m_cachedBC(b3SubSimplexClosestResult setter)
public b3VoronoiSimplexSolver m_needsUpdate(boolean setter)
public void removeVertex(int index)
public void reduceVertices(@Const @ByRef b3UsageBitfield usedVerts)
@Cast(value="bool") public boolean closestPtPointTetrahedron(@Const @ByRef b3Vector3 p, @Const @ByRef b3Vector3 a, @Const @ByRef b3Vector3 b, @Const @ByRef b3Vector3 c, @Const @ByRef b3Vector3 d, @ByRef b3SubSimplexClosestResult finalResult)
public int pointOutsideOfPlane(@Const @ByRef b3Vector3 p, @Const @ByRef b3Vector3 a, @Const @ByRef b3Vector3 b, @Const @ByRef b3Vector3 c, @Const @ByRef b3Vector3 d)
@Cast(value="bool") public boolean closestPtPointTriangle(@Const @ByRef b3Vector3 p, @Const @ByRef b3Vector3 a, @Const @ByRef b3Vector3 b, @Const @ByRef b3Vector3 c, @ByRef b3SubSimplexClosestResult result)
public void reset()
public void addVertex(@Const @ByRef b3Vector3 w, @Const @ByRef b3Vector3 p, @Const @ByRef b3Vector3 q)
public void setEqualVertexThreshold(@Cast(value="b3Scalar") float threshold)
public int numVertices()
Copyright © 2024. All rights reserved.