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`. || |