com.bulletphysics.collision.narrowphase
Class ConvexCast.CastResult
java.lang.Object
com.bulletphysics.collision.narrowphase.ConvexCast.CastResult
- Enclosing class:
- ConvexCast
public static class ConvexCast.CastResult
- extends Object
RayResult stores the closest result. Alternatively, add a callback method
to decide about closest/all results.
hitTransformA
public final Transform hitTransformA
hitTransformB
public final Transform hitTransformB
normal
public final Vector3f normal
hitPoint
public final Vector3f hitPoint
fraction
public float fraction
allowedPenetration
public float allowedPenetration
debugDrawer
public IDebugDraw debugDrawer
ConvexCast.CastResult
public ConvexCast.CastResult()
debugDraw
public void debugDraw(float fraction)
drawCoordSystem
public void drawCoordSystem(Transform trans)