Changes between Version 6 and Version 7 of ClassPoint


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassPoint

    v6 v7  
    1212== Point Attributes ==
    1313
     14|| '''degrees2radians''' || Internal constant used to convert degrees to radians. ||
     15|| '''R''' || Internal constant holding radius of the Earth in metres. ||
    1416|| '''latitude''' || The latitude of the point. ||
    1517|| '''longitude''' || The longitude of the point. ||
    16 || '''degrees2radians''' || Internal constant used to convert degrees to radians. ||
    1718|| '''coslat''' || Cosine of the point's latitude. ||
    1819|| '''coslon''' || Cosine of the point's longitude. ||
     
    2324
    2425|| '''!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. ||
    2627||  ||  ||
    2728||  ||  ||