Changes between Version 5 and Version 6 of ClassPoint


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassPoint

    v5 v6  
    1212== Point Attributes ==
    1313
    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. ||
     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. ||
    2121
    2222== Point Methods ==
    2323
    24 || '''BearingTo(self, P)''' || Returns the bearing in degrees from `self` to point `P`. ||
     24|| '''!BearingTo(self, P)''' || Returns the bearing in degrees from `self` to point `P`. ||
    2525||  ||  ||
    2626||  ||  ||