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