public class btMprDistanceInfo extends BulletBase
className| Constructor and Description |
|---|
btMprDistanceInfo() |
btMprDistanceInfo(long cPtr,
boolean cMemoryOwn)
Construct a new btMprDistanceInfo, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btMprDistanceInfo obj) |
float |
getDistance() |
btVector3 |
getNormalBtoA() |
btVector3 |
getPointOnA() |
btVector3 |
getPointOnB() |
void |
setDistance(float value) |
void |
setNormalBtoA(btVector3 value) |
void |
setPointOnA(btVector3 value) |
void |
setPointOnB(btVector3 value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btMprDistanceInfo(long cPtr,
boolean cMemoryOwn)
public btMprDistanceInfo()
public static long getCPtr(btMprDistanceInfo obj)
public void setPointOnA(btVector3 value)
public btVector3 getPointOnA()
public void setPointOnB(btVector3 value)
public btVector3 getPointOnB()
public void setNormalBtoA(btVector3 value)
public btVector3 getNormalBtoA()
public void setDistance(float value)
public float getDistance()
Copyright © 2021. All rights reserved.