Changes between Version 12 and Version 13 of ClassPoint
- Timestamp:
- Mar 2, 2009, 7:44:49 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClassPoint
v12 v13 10 10 The Point class defines a point on the geode surface in terms of latitude and longitude. 11 11 12 == PointAttributes ==12 == Class Attributes == 13 13 14 14 || '''degrees2radians''' || Internal constant used to convert degrees to radians. || … … 21 21 || '''sinlon''' || Sine of the Point's longitude. || 22 22 23 == PointMethods ==23 == Class Methods == 24 24 25 25 || '''!BearingTo(self, P)''' || Returns the bearing in degrees from `self` to `P`. ||