Changes between Version 3 and Version 4 of ClassPoint
- Timestamp:
- Feb 27, 2009, 3:19:31 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClassPoint
v3 v4 22 22 == Point Methods == 23 23 24 || BearingTo|| BearingTo(self, P) 25 Returns the bearing from self to point P. || 24 || {{{BearingTo(self, P)}}} || Returns the bearing in degrees from `self` to point `P`. || 26 25 || || || 27 26 || || ||