public class btMultiBodyPoint2Point extends btMultiBodyConstraint
className| Constructor and Description |
|---|
btMultiBodyPoint2Point(btMultiBody bodyA,
int linkA,
btMultiBody bodyB,
int linkB,
Vector3 pivotInA,
Vector3 pivotInB) |
btMultiBodyPoint2Point(btMultiBody body,
int link,
btRigidBody bodyB,
Vector3 pivotInA,
Vector3 pivotInB) |
btMultiBodyPoint2Point(long cPtr,
boolean cMemoryOwn)
Construct a new btMultiBodyPoint2Point, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btMultiBodyPoint2Point obj) |
Vector3 |
getPivotInB() |
void |
operatorDelete(long ptr) |
void |
operatorDelete(long arg0,
long arg1) |
void |
operatorDeleteArray(long ptr) |
void |
operatorDeleteArray(long arg0,
long arg1) |
long |
operatorNew(long sizeInBytes) |
long |
operatorNew(long arg0,
long ptr) |
long |
operatorNewArray(long sizeInBytes) |
long |
operatorNewArray(long arg0,
long ptr) |
allocateJacobiansMultiDof, createConstraintRows, debugDraw, finalizeMultiDof, getAppliedImpulse, getCPtr, getIslandIdA, getIslandIdB, getMaxAppliedImpulse, getMultiBodyA, getMultiBodyB, getNumRows, getPosition, internalSetAppliedImpulse, isUnilateral, jacobianA, jacobianAConst, jacobianB, jacobianBConst, setErp, setFrameInB, setGearAuxLink, setGearRatio, setMaxAppliedImpulse, setPivotInB, setPosition, setRelativePositionTarget, updateJacobianSizesdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btMultiBodyPoint2Point(long cPtr,
boolean cMemoryOwn)
public btMultiBodyPoint2Point(btMultiBody body, int link, btRigidBody bodyB, Vector3 pivotInA, Vector3 pivotInB)
public btMultiBodyPoint2Point(btMultiBody bodyA, int linkA, btMultiBody bodyB, int linkB, Vector3 pivotInA, Vector3 pivotInB)
public static long getCPtr(btMultiBodyPoint2Point obj)
public long operatorNew(long sizeInBytes)
operatorNew in class btMultiBodyConstraintpublic void operatorDelete(long ptr)
operatorDelete in class btMultiBodyConstraintpublic long operatorNew(long arg0,
long ptr)
operatorNew in class btMultiBodyConstraintpublic void operatorDelete(long arg0,
long arg1)
operatorDelete in class btMultiBodyConstraintpublic long operatorNewArray(long sizeInBytes)
operatorNewArray in class btMultiBodyConstraintpublic void operatorDeleteArray(long ptr)
operatorDeleteArray in class btMultiBodyConstraintpublic long operatorNewArray(long arg0,
long ptr)
operatorNewArray in class btMultiBodyConstraintpublic void operatorDeleteArray(long arg0,
long arg1)
operatorDeleteArray in class btMultiBodyConstraintpublic Vector3 getPivotInB()
Copyright © 2021. All rights reserved.