@NoOffset @Properties(inherit=BulletDynamics.class) public class btMultiBodyFixedConstraint extends btMultiBodyConstraint
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btMultiBodyFixedConstraint(btMultiBody bodyA,
int linkA,
btMultiBody bodyB,
int linkB,
btVector3 pivotInA,
btVector3 pivotInB,
btMatrix3x3 frameInA,
btMatrix3x3 frameInB) |
btMultiBodyFixedConstraint(btMultiBody body,
int link,
btRigidBody bodyB,
btVector3 pivotInA,
btVector3 pivotInB,
btMatrix3x3 frameInA,
btMatrix3x3 frameInB) |
btMultiBodyFixedConstraint(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createConstraintRows(btMultiBodySolverConstraintArray constraintRows,
btMultiBodyJacobianData data,
btContactSolverInfo infoGlobal) |
void |
debugDraw(btIDebugDraw drawer) |
void |
finalizeMultiDof() |
btMatrix3x3 |
getFrameInA() |
btMatrix3x3 |
getFrameInB() |
int |
getIslandIdA() |
int |
getIslandIdB() |
btVector3 |
getPivotInA() |
btVector3 |
getPivotInB() |
void |
setFrameInA(btMatrix3x3 frameInA) |
void |
setFrameInB(btMatrix3x3 frameInB) |
void |
setPivotInA(btVector3 pivotInA) |
void |
setPivotInB(btVector3 pivotInB) |
allocateJacobiansMultiDof, getAppliedImpulse, getConstraintType, getLinkA, getLinkB, getMaxAppliedImpulse, getMultiBodyA, getMultiBodyB, getNumRows, getPosition, internalSetAppliedImpulse, isUnilateral, jacobianA, jacobianB, setErp, setGearAuxLink, setGearRatio, setMaxAppliedImpulse, setPosition, setRelativePositionTarget, updateJacobianSizesaddress, 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 btMultiBodyFixedConstraint(Pointer p)
Pointer(Pointer).public btMultiBodyFixedConstraint(btMultiBody body, int link, btRigidBody bodyB, @Const @ByRef btVector3 pivotInA, @Const @ByRef btVector3 pivotInB, @Const @ByRef btMatrix3x3 frameInA, @Const @ByRef btMatrix3x3 frameInB)
public btMultiBodyFixedConstraint(btMultiBody bodyA, int linkA, btMultiBody bodyB, int linkB, @Const @ByRef btVector3 pivotInA, @Const @ByRef btVector3 pivotInB, @Const @ByRef btMatrix3x3 frameInA, @Const @ByRef btMatrix3x3 frameInB)
public void finalizeMultiDof()
finalizeMultiDof in class btMultiBodyConstraintpublic int getIslandIdA()
getIslandIdA in class btMultiBodyConstraintpublic int getIslandIdB()
getIslandIdB in class btMultiBodyConstraintpublic void createConstraintRows(@ByRef btMultiBodySolverConstraintArray constraintRows, @ByRef btMultiBodyJacobianData data, @Const @ByRef btContactSolverInfo infoGlobal)
createConstraintRows in class btMultiBodyConstraintpublic void setPivotInB(@Const @ByRef btVector3 pivotInB)
setPivotInB in class btMultiBodyConstraint@Const @ByRef public btMatrix3x3 getFrameInA()
public void setFrameInA(@Const @ByRef btMatrix3x3 frameInA)
@Const @ByRef public btMatrix3x3 getFrameInB()
public void setFrameInB(@Const @ByRef btMatrix3x3 frameInB)
setFrameInB in class btMultiBodyConstraintpublic void debugDraw(btIDebugDraw drawer)
debugDraw in class btMultiBodyConstraintCopyright © 2024. All rights reserved.