public static class btSoftBody.Face extends btSoftBody.Feature
className| Constructor and Description |
|---|
Face() |
Face(long cPtr,
boolean cMemoryOwn)
Construct a new Face, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btSoftBody.Face obj) |
btDbvtNode |
getLeaf() |
SWIGTYPE_p_p_btSoftBody__Node |
getN() |
btVector3 |
getNormal() |
float |
getRa() |
void |
setLeaf(btDbvtNode value) |
void |
setN(SWIGTYPE_p_p_btSoftBody__Node value) |
void |
setNormal(btVector3 value) |
void |
setRa(float value) |
getCPtr, getMaterial, setMaterialgetCPtr, getTag, setTagdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic Face(long cPtr,
boolean cMemoryOwn)
public Face()
public static long getCPtr(btSoftBody.Face obj)
public void setN(SWIGTYPE_p_p_btSoftBody__Node value)
public SWIGTYPE_p_p_btSoftBody__Node getN()
public void setNormal(btVector3 value)
public btVector3 getNormal()
public void setRa(float value)
public float getRa()
public void setLeaf(btDbvtNode value)
public btDbvtNode getLeaf()
Copyright © 2021. All rights reserved.