Changes between Version 12 and Version 13 of ClassPoint


Ignore:
Timestamp:
Mar 2, 2009, 7:44:49 AM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassPoint

    v12 v13  
    1010The Point class defines a point on the geode surface in terms of latitude and longitude.
    1111
    12 == Point Attributes ==
     12== Class Attributes ==
    1313
    1414|| '''degrees2radians''' || Internal constant used to convert degrees to radians. ||
     
    2121|| '''sinlon''' || Sine of the Point's longitude. ||
    2222
    23 == Point Methods ==
     23== Class Methods ==
    2424
    2525|| '''!BearingTo(self, P)''' || Returns the bearing in degrees from `self` to `P`. ||