Changes between Version 8 and Version 9 of ClassPoint


Ignore:
Timestamp:
Feb 27, 2009, 3:29:32 PM (15 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassPoint

    v8 v9  
    2525|| '''!BearingTo(self, P)''' || Returns the bearing in degrees from `self` to `P`. ||
    2626|| '''!DistanceTo(self, P)''' || Returns the distance from `self` to `P` in metres. ||
    27 || '''!Dist(self, P)''' || Return a cheap and cheerful approximation of the distance from `self` to `P`.  Roughly the degress seperation. ||
    28 || '''!GCA(self, P)''' || Returns the great circle angle between `self` and `P`. ||
    29 || '''!AZ(self, P)''' || Returns the azimuth bearing from `self` to `P`. ||
     27|| '''Dist(self, P)''' || Return a cheap and cheerful approximation of the distance from `self` to `P`.  Roughly the degress seperation. ||
     28|| '''GCA(self, P)''' || Returns the great circle angle between `self` and `P`. ||
     29|| '''AZ(self, P)''' || Returns the azimuth bearing from `self` to `P`. ||
    3030||  ||  ||
    3131||  ||  ||