Example #1
0
 public static Azimuth ctorAzimuthFromAngle(Angle angle)
 {
     Azimuth retAz = new Azimuth();
      retAz.setFromDegreesDouble(angle.getAsDegreesDouble());
      return retAz;
 }