Interface MotionAllowedListener


public interface MotionAllowedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkMotionAllowed(Vector3f position, Vector3f velocity)
    Check if motion allowed.
  • Method Details

    • checkMotionAllowed

      void checkMotionAllowed(Vector3f position, Vector3f velocity)
      Check if motion allowed. Modify position and velocity vectors appropriately if not allowed..
      Parameters:
      position - the position vector (modified)
      velocity - the velocity vector (modified)