Example #1
0
 public LocalCartesian()
     : this(Geocentric.WGS84())
 {
 }
Example #2
0
 public LocalCartesian(double lat0, double lon0, double h0 = 0)
     : this(lat0, lon0, Geocentric.WGS84(), h0)
 {
 }