public MovementVector ToMovementVector(float x, float y) { return(new MovementVector((short)((x - AIMesh.getWidth() / 2) / 2), (short)((y - AIMesh.getHeight() / 2) / 2))); }
public virtual float GetHeight() { return(AIMesh.getHeight()); }