wasSharp – Diff between revs 14 and 27

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 14 Rev 27
1 /////////////////////////////////////////////////////////////////////////// 1 ///////////////////////////////////////////////////////////////////////////
2 // Copyright (C) Wizardry and Steamworks 2016 - License: GNU GPLv3 // 2 // Copyright (C) Wizardry and Steamworks 2016 - License: GNU GPLv3 //
3 // Please see: http://www.gnu.org/licenses/gpl.html for legal details, // 3 // Please see: http://www.gnu.org/licenses/gpl.html for legal details, //
4 // rights of fair usage, the disclaimer and warranty conditions. // 4 // rights of fair usage, the disclaimer and warranty conditions. //
5 /////////////////////////////////////////////////////////////////////////// 5 ///////////////////////////////////////////////////////////////////////////
6   6  
7 namespace wasSharp.Geo 7 namespace wasSharp.Geo
8 { 8 {
9 public static class Constants 9 public static class Constants
10 { 10 {
11 public static readonly Distance EARTH_MEAN_RADIUS = new Distance(6371000); 11 public static readonly Distance EARTH_MEAN_RADIUS = new Distance(6371000);
12 } 12 }
13 } -  
14   13 }
-   14  
15
Generated by GNU Enscript 1.6.5.90.
-  
16   -  
17   -  
18   -