Changes between Version 1 and Version 2 of ClassPoint


Ignore:
Timestamp:
Feb 27, 2009, 3:16:06 PM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassPoint

    v1 v2  
    88== Discussion ==
    99
     10The 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.
    1011
     12== Point Attributes ==
    1113
    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. ||
    1321
    14 || attribute name || Detailed discussion of attribute ||
    15 
    16 
    17 == {name_of_class} Methods ==
     22== Point Methods ==
    1823
    1924|| methodname || Detailed discussion of method ||