public class BT_BOX_BOX_TRANSFORM_CACHE extends BulletBase
className| Constructor and Description |
|---|
BT_BOX_BOX_TRANSFORM_CACHE() |
BT_BOX_BOX_TRANSFORM_CACHE(long cPtr,
boolean cMemoryOwn)
Construct a new BT_BOX_BOX_TRANSFORM_CACHE, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calc_absolute_matrix() |
void |
calc_from_full_invert(Matrix4 trans0,
Matrix4 trans1) |
void |
calc_from_homogenic(Matrix4 trans0,
Matrix4 trans1) |
btMatrix3x3 |
getAR() |
static long |
getCPtr(BT_BOX_BOX_TRANSFORM_CACHE obj) |
btMatrix3x3 |
getR1to0() |
btVector3 |
getT1to0() |
void |
setAR(btMatrix3x3 value) |
void |
setR1to0(btMatrix3x3 value) |
void |
setT1to0(btVector3 value) |
Vector3 |
transform(Vector3 point) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic BT_BOX_BOX_TRANSFORM_CACHE(long cPtr,
boolean cMemoryOwn)
public BT_BOX_BOX_TRANSFORM_CACHE()
public static long getCPtr(BT_BOX_BOX_TRANSFORM_CACHE obj)
public void setT1to0(btVector3 value)
public btVector3 getT1to0()
public void setR1to0(btMatrix3x3 value)
public btMatrix3x3 getR1to0()
public void setAR(btMatrix3x3 value)
public btMatrix3x3 getAR()
public void calc_absolute_matrix()
Copyright © 2021. All rights reserved.