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