Package org.jbox2d.callbacks
Interface TreeRayCastCallback
-
- All Known Implementing Classes:
DynamicTreeTest,WorldRayCastWrapper
public interface TreeRayCastCallbackcallback forDynamicTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatraycastCallback(RayCastInput input, int nodeId)
-
-
-
Method Detail
-
raycastCallback
float raycastCallback(RayCastInput input, int nodeId)
- Parameters:
input-nodeId-- Returns:
- the fraction to the node
-
-