public static class btSoftBody.AJoint extends btSoftBody.Joint
| Modifier and Type | Class and Description |
|---|---|
static class |
btSoftBody.AJoint.IControl |
static class |
btSoftBody.AJoint.Specs |
btSoftBody.Joint.eTypeclassName| Constructor and Description |
|---|
AJoint() |
AJoint(long cPtr,
boolean cMemoryOwn)
Construct a new AJoint, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btVector3 |
getAxis() |
static long |
getCPtr(btSoftBody.AJoint obj) |
btSoftBody.AJoint.IControl |
getIcontrol() |
void |
setAxis(btVector3 value) |
void |
setIcontrol(btSoftBody.AJoint.IControl value) |
getBodies, getCfm, getCPtr, getDelete, getDrift, getErp, getMassmatrix, getRefs, getSdrift, getSplit, Prepare, setBodies, setCfm, setDelete, setDrift, setErp, setMassmatrix, setRefs, setSdrift, setSplit, Solve, Terminate, Typedispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic AJoint(long cPtr,
boolean cMemoryOwn)
public AJoint()
public static long getCPtr(btSoftBody.AJoint obj)
public void setAxis(btVector3 value)
public btVector3 getAxis()
public void setIcontrol(btSoftBody.AJoint.IControl value)
public btSoftBody.AJoint.IControl getIcontrol()
Copyright © 2021. All rights reserved.