com.jme3.collision
Interface MotionAllowedListener


public interface MotionAllowedListener


Method Summary
 void checkMotionAllowed(Vector3f position, Vector3f velocity)
          Check if motion allowed.
 

Method Detail

checkMotionAllowed

void checkMotionAllowed(Vector3f position,
                        Vector3f velocity)
Check if motion allowed. Modify position and velocity vectors appropriately if not allowed..

Parameters:
position -
velocity -