Changes between Version 6 and Version 7 of ClassPoint
- Timestamp:
- Feb 27, 2009, 3:24:30 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClassPoint
v6 v7 12 12 == Point Attributes == 13 13 14 || '''degrees2radians''' || Internal constant used to convert degrees to radians. || 15 || '''R''' || Internal constant holding radius of the Earth in metres. || 14 16 || '''latitude''' || The latitude of the point. || 15 17 || '''longitude''' || The longitude of the point. || 16 || '''degrees2radians''' || Internal constant used to convert degrees to radians. ||17 18 || '''coslat''' || Cosine of the point's latitude. || 18 19 || '''coslon''' || Cosine of the point's longitude. || … … 23 24 24 25 || '''!BearingTo(self, P)''' || Returns the bearing in degrees from `self` to point `P`. || 25 || ||||26 || '''!DistanceTo(self, P)!!! || Returns the distance from `self` to `P` in metres. || 26 27 || || || 27 28 || || ||