Changes between Version 10 and Version 11 of ClassTemplate
- Timestamp:
- Mar 2, 2009, 7:44:05 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClassTemplate
v10 v11 9 9 Put a general discussion of the class, it's usage, whatever, here. 10 10 11 == {name_of_class}Attributes ==11 == Class Attributes == 12 12 13 13 || '''attribute_name''' || Detailed discussion of attribute || 14 14 15 == {name_of_class}Methods ==15 == Class Methods == 16 16 17 17 || '''!BearingTo(self, P)''' || Returns the bearing in degrees from `self` to point `P`. ||