public class btGeneric6DofSpringConstraintDoubleData2 extends BulletBase
className| Constructor and Description |
|---|
btGeneric6DofSpringConstraintDoubleData2() |
btGeneric6DofSpringConstraintDoubleData2(long cPtr,
boolean cMemoryOwn)
Construct a new btGeneric6DofSpringConstraintDoubleData2, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btGeneric6DofConstraintDoubleData2 |
get6dofData() |
static long |
getCPtr(btGeneric6DofSpringConstraintDoubleData2 obj) |
double[] |
getEquilibriumPoint() |
double[] |
getSpringDamping() |
int[] |
getSpringEnabled() |
double[] |
getSpringStiffness() |
void |
set6dofData(btGeneric6DofConstraintDoubleData2 value) |
void |
setEquilibriumPoint(double[] value) |
void |
setSpringDamping(double[] value) |
void |
setSpringEnabled(int[] value) |
void |
setSpringStiffness(double[] value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btGeneric6DofSpringConstraintDoubleData2(long cPtr,
boolean cMemoryOwn)
public btGeneric6DofSpringConstraintDoubleData2()
public static long getCPtr(btGeneric6DofSpringConstraintDoubleData2 obj)
public void set6dofData(btGeneric6DofConstraintDoubleData2 value)
public btGeneric6DofConstraintDoubleData2 get6dofData()
public void setSpringEnabled(int[] value)
public int[] getSpringEnabled()
public void setEquilibriumPoint(double[] value)
public double[] getEquilibriumPoint()
public void setSpringStiffness(double[] value)
public double[] getSpringStiffness()
public void setSpringDamping(double[] value)
public double[] getSpringDamping()
Copyright © 2021. All rights reserved.