public class btTransformDoubleData extends BulletBase
className| Constructor and Description |
|---|
btTransformDoubleData() |
btTransformDoubleData(long cPtr,
boolean cMemoryOwn)
Construct a new btTransformDoubleData, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btMatrix3x3DoubleData |
getBasis() |
static long |
getCPtr(btTransformDoubleData obj) |
btVector3DoubleData |
getOrigin() |
void |
setBasis(btMatrix3x3DoubleData value) |
void |
setOrigin(btVector3DoubleData value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btTransformDoubleData(long cPtr,
boolean cMemoryOwn)
public btTransformDoubleData()
public static long getCPtr(btTransformDoubleData obj)
public void setBasis(btMatrix3x3DoubleData value)
public btMatrix3x3DoubleData getBasis()
public void setOrigin(btVector3DoubleData value)
public btVector3DoubleData getOrigin()
Copyright © 2021. All rights reserved.