org.jbox2d.callbacks
Interface TreeRayCastCallback


public interface TreeRayCastCallback

callback for DynamicTree

Author:
Daniel Murphy

Method Summary
 float raycastCallback(RayCastInput input, int nodeId)
           
 

Method Detail

raycastCallback

float raycastCallback(RayCastInput input,
                      int nodeId)
Parameters:
input -
nodeId -
Returns:
the fraction to the node


Copyright © 2013. All Rights Reserved.