double HeightAngle3Calc() { double at = CMBaseGeoPoint.RadToDegree(Math.Atan(HeightAngle)); double result = Math.Tan(CMBaseGeoPoint.DegreeToRad(at - ((at / 90) * CMBaseGeoPoint.RadToDegree(Math.Atan(HeightAngle3))))); return(result); }
double HeightAngle2Calc() { double at = CMBaseGeoPoint.RadToDegree(Math.Atan(HeightAngle)); return(Math.Tan(CMBaseGeoPoint.DegreeToRad(at - ((at / 90) * CMBaseGeoPoint.RadToDegree(Math.Atan(HeightAngle2)))))); }