public class btGearConstraintFloatData extends BulletBase
className| Constructor and Description |
|---|
btGearConstraintFloatData() |
btGearConstraintFloatData(long cPtr,
boolean cMemoryOwn)
Construct a new btGearConstraintFloatData, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btVector3FloatData |
getAxisInA() |
btVector3FloatData |
getAxisInB() |
static long |
getCPtr(btGearConstraintFloatData obj) |
String |
getPadding() |
float |
getRatio() |
btTypedConstraintFloatData |
getTypeConstraintData() |
void |
setAxisInA(btVector3FloatData value) |
void |
setAxisInB(btVector3FloatData value) |
void |
setPadding(String value) |
void |
setRatio(float value) |
void |
setTypeConstraintData(btTypedConstraintFloatData value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btGearConstraintFloatData(long cPtr,
boolean cMemoryOwn)
public btGearConstraintFloatData()
public static long getCPtr(btGearConstraintFloatData obj)
public void setTypeConstraintData(btTypedConstraintFloatData value)
public btTypedConstraintFloatData getTypeConstraintData()
public void setAxisInA(btVector3FloatData value)
public btVector3FloatData getAxisInA()
public void setAxisInB(btVector3FloatData value)
public btVector3FloatData getAxisInB()
public void setRatio(float value)
public float getRatio()
public void setPadding(String value)
public String getPadding()
Copyright © 2021. All rights reserved.