public static class btSoftBody.CJoint extends btSoftBody.Joint
btSoftBody.Joint.eType, btSoftBody.Joint.SpecsclassName| Constructor and Description |
|---|
CJoint() |
CJoint(long cPtr,
boolean cMemoryOwn)
Construct a new CJoint, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btSoftBody.CJoint obj) |
float |
getFriction() |
int |
getLife() |
int |
getMaxlife() |
btVector3 |
getNormal() |
btVector3 |
getRpos() |
void |
setFriction(float value) |
void |
setLife(int value) |
void |
setMaxlife(int value) |
void |
setNormal(btVector3 value) |
void |
setRpos(btVector3 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 CJoint(long cPtr,
boolean cMemoryOwn)
public CJoint()
public static long getCPtr(btSoftBody.CJoint obj)
public void setLife(int value)
public int getLife()
public void setMaxlife(int value)
public int getMaxlife()
public void setRpos(btVector3 value)
public btVector3 getRpos()
public void setNormal(btVector3 value)
public btVector3 getNormal()
public void setFriction(float value)
public float getFriction()
Copyright © 2021. All rights reserved.