Package util
Class Physics.Trig
java.lang.Object
util.Physics.Trig
- Enclosing class:
- Physics
Container defining useful trigonometric functions Sine and Cosine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterator for the unit cosine function.Iterator for the unit sine function
-
Field Details
-
SINE
Iterator for the sine function -
COSINE
Iterator for the cosine function
-
-
Constructor Details
-
Trig
public Trig()
-
-
Method Details
-
sinTerator
Iterator for the unit sine function- Returns:
- iterator Returns next sine value
-
cosTerator
Iterator for the unit cosine function.- Returns:
- iterator Returns the next cosine value.
-