@Properties(inherit=BulletDynamics.class) public class btConstraintSolver extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btConstraintSolver(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
allSolved(btContactSolverInfo arg0,
btIDebugDraw arg1) |
int |
getSolverType() |
void |
prepareSolve(int arg0,
int arg1) |
void |
reset()
clear internal cached data and reset random seed
|
double |
solveGroup(btCollisionObject bodies,
int numBodies,
btPersistentManifold manifold,
int numManifolds,
btTypedConstraint constraints,
int numConstraints,
btContactSolverInfo info,
btIDebugDraw debugDrawer,
btDispatcher dispatcher) |
double |
solveGroup(PointerPointer bodies,
int numBodies,
PointerPointer manifold,
int numManifolds,
PointerPointer constraints,
int numConstraints,
btContactSolverInfo info,
btIDebugDraw debugDrawer,
btDispatcher dispatcher)
solve a group of constraints
|
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 btConstraintSolver(Pointer p)
Pointer(Pointer).public void prepareSolve(int arg0,
int arg1)
@Cast(value="btScalar") public double solveGroup(@Cast(value="btCollisionObject**") PointerPointer bodies, int numBodies, @Cast(value="btPersistentManifold**") PointerPointer manifold, int numManifolds, @Cast(value="btTypedConstraint**") PointerPointer constraints, int numConstraints, @Const @ByRef btContactSolverInfo info, btIDebugDraw debugDrawer, btDispatcher dispatcher)
@Cast(value="btScalar") public double solveGroup(@ByPtrPtr btCollisionObject bodies, int numBodies, @ByPtrPtr btPersistentManifold manifold, int numManifolds, @ByPtrPtr btTypedConstraint constraints, int numConstraints, @Const @ByRef btContactSolverInfo info, btIDebugDraw debugDrawer, btDispatcher dispatcher)
public void allSolved(@Const @ByRef btContactSolverInfo arg0, btIDebugDraw arg1)
public void reset()
Copyright © 2024. All rights reserved.