| Constructor and Description |
|---|
Planet()
Planet constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDeclination()
Insert the method's description here.
|
double |
getRightAscension()
Insert the method's description here.
|
void |
setDeclination(double newDeclination)
Insert the method's description here.
|
void |
setRightAscension(double newRightAscension)
Insert the method's description here.
|
calculateX, calculateY, draw, drawDart, setAzimuth, setDartboard, setDartboardSize, setElevation, setError, setPositionpublic double getDeclination()
public double getRightAscension()
public void setDeclination(double newDeclination)
newDeclination - doublepublic void setRightAscension(double newRightAscension)
newRightAscension - double