public static class btSoftBody.sMedium extends BulletBase
className| Constructor and Description |
|---|
sMedium() |
sMedium(long cPtr,
boolean cMemoryOwn)
Construct a new sMedium, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btSoftBody.sMedium obj) |
float |
getDensity() |
float |
getPressure() |
btVector3 |
getVelocity() |
void |
setDensity(float value) |
void |
setPressure(float value) |
void |
setVelocity(btVector3 value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic sMedium(long cPtr,
boolean cMemoryOwn)
public sMedium()
public static long getCPtr(btSoftBody.sMedium obj)
public void setVelocity(btVector3 value)
public btVector3 getVelocity()
public void setPressure(float value)
public float getPressure()
public void setDensity(float value)
public float getDensity()
Copyright © 2021. All rights reserved.