public static class btVehicleRaycaster.btVehicleRaycasterResult extends BulletBase
className| Constructor and Description |
|---|
btVehicleRaycasterResult() |
btVehicleRaycasterResult(long cPtr,
boolean cMemoryOwn)
Construct a new btVehicleRaycasterResult, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btVehicleRaycaster.btVehicleRaycasterResult obj) |
float |
getDistFraction() |
btVector3 |
getHitNormalInWorld() |
btVector3 |
getHitPointInWorld() |
void |
setDistFraction(float value) |
void |
setHitNormalInWorld(btVector3 value) |
void |
setHitPointInWorld(btVector3 value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btVehicleRaycasterResult(long cPtr,
boolean cMemoryOwn)
public btVehicleRaycasterResult()
public static long getCPtr(btVehicleRaycaster.btVehicleRaycasterResult obj)
public void setHitPointInWorld(btVector3 value)
public btVector3 getHitPointInWorld()
public void setHitNormalInWorld(btVector3 value)
public btVector3 getHitNormalInWorld()
public void setDistFraction(float value)
public float getDistFraction()
Copyright © 2021. All rights reserved.