コード例 #1
0
ファイル: Azimuth.cs プロジェクト: catashd/NetVecCad
 public static Azimuth ctorAzimuthFromAngle(Angle angle)
 {
     Azimuth retAz = new Azimuth();
      retAz.setFromDegreesDouble(angle.getAsDegreesDouble());
      return retAz;
 }