static public float ElevationBetween(Coordinate a, Coordinate b) { float elevation = a.AngleOfElevation(b); // return elevation * -1; return(0); }