Changes between Version 1 and Version 2 of ClassPoint
- Timestamp:
- Feb 27, 2009, 3:16:06 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClassPoint
v1 v2 8 8 == Discussion == 9 9 10 The Point class defines a point on the geode surface in terms of latitude and longitude. The great-circle distance to other points on the surface may be computed. 10 11 12 == Point Attributes == 11 13 12 == {name_of_class} Attributes == 14 || latitude || The latitude of the point. || 15 || longitude || The longitude of the point. || 16 || degrees2radians || Internal constant used to convert degrees to radians. || 17 || coslat || Cosine of the point's latitude. || 18 || coslon || Cosine of the point's longitude. || 19 || sinlat || Sine of the point's latitude. || 20 || sinlon || Sine of the point's longitude. || 13 21 14 || attribute name || Detailed discussion of attribute || 15 16 17 == {name_of_class} Methods == 22 == Point Methods == 18 23 19 24 || methodname || Detailed discussion of method ||