public float GetHeightAtLocation(Vector2 loc) { return(AIMesh.getY(loc.X, loc.Y)); }
public float GetHeightAtLocation(float x, float y) { return(AIMesh.getY(x, y)); }