package me.hammerle.supersnuvi.math; public interface IVector { public float getX(); public float getY(); }