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