Esempio n. 1
0
 public static Double Cos(ptsDegree deg)
 {
     return Math.Cos(deg.getAsRadians());
 }
Esempio n. 2
0
 public static Double Tan(ptsDegree deg)
 {
     return Math.Tan(deg.getAsRadians());
 }