

Public Member Functions | |
| Planet () | |
| double | getDeclination () |
| double | getRightAscension () |
| void | setDeclination (double newDeclination) |
| void | setRightAscension (double newRightAscension) |
Private Attributes | |
| double | rightAscension |
| double | declination |
Insert the type's description here. Creation date: (11/7/00 9:02:16 PM)
| dartboard::Planet::Planet | ( | ) | [inline] |
Planet constructor comment.
| x | int | |
| y | int |
| double dartboard::Planet::getDeclination | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/9/00 5:35:00 PM)
References declination.
| double dartboard::Planet::getRightAscension | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/9/00 5:34:35 PM)
References rightAscension.
| void dartboard::Planet::setDeclination | ( | double | newDeclination | ) | [inline] |
Insert the method's description here. Creation date: (11/9/00 5:35:00 PM)
| newDeclination | double |
References declination.
| void dartboard::Planet::setRightAscension | ( | double | newRightAscension | ) | [inline] |
Insert the method's description here. Creation date: (11/9/00 5:34:35 PM)
| newRightAscension | double |
References rightAscension.
double dartboard::Planet::declination [private] |
Referenced by getDeclination(), and setDeclination().
double dartboard::Planet::rightAscension [private] |
Referenced by getRightAscension(), and setRightAscension().
1.6.2