public static class ConvexCast.CastResult extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
allowedPenetration |
IDebugDraw |
debugDrawer |
float |
fraction |
Vector3f |
hitPoint |
Transform |
hitTransformA |
Transform |
hitTransformB |
Vector3f |
normal |
| Constructor and Description |
|---|
ConvexCast.CastResult() |
public final Transform hitTransformA
public final Transform hitTransformB
public final Vector3f normal
public final Vector3f hitPoint
public float fraction
public float allowedPenetration
public IDebugDraw debugDrawer
public void debugDraw(float fraction)
public void drawCoordSystem(Transform trans)