예제 #1
0
 public static Double Cos(ptsDegree deg)
 {
     return Math.Cos(deg.getAsRadians());
 }
예제 #2
0
 public static Double Tan(ptsDegree deg)
 {
     return Math.Tan(deg.getAsRadians());
 }