. This should be a number greater than or equal to zero
and strictly less than one. Your simulation for Project 3 should allow
the
eccentricity to be set by the user, with a default value of .0167; that
is, our Earth's eccentricity. Note
that the one implication of an eccentric orbit is that the amount of
heat
arriving at the planet from the Sun depends on the distance between
them
according to the inverse-squares law. Another is that the planet
travels at different speeds during different parts of its orbit,
thereby altering the number of daylight and nighttime hours.| Dependency
Type |
UML
Stereotype |
Description |
|---|---|---|
| calls |
<<call>> |
Source invokes target |
| creates |
<<create>> |
Source class creates an instance of target |
| instantiates |
<<instantiate>> |
Source operations creates an instance of target |
| uses as parameter |
Source class contains operation with parameter of target
class |
|
| returns as result |
Source class contains operation that returns result of
target class |
|
| sends a message to |
<<send>> |
Source sends message of type target |
| refers to globally |
Source class refers to
target class, for example, to obtain static final values |