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