- RADIANS - Static variable in class test2.Rotation
-
String for units in radians.
- reciprocal(int) - Static method in class test2.Utility2D
-
Returns the double value equal to 1 divided by x.
- Rotation - Class in test2
-
A class that represents rotations in the 2D plane.
- Rotation() - Constructor for class test2.Rotation
-
Initializes the rotation to 0 radians.
- Rotation(double, String) - Constructor for class test2.Rotation
-
Initializes the rotation to the given angle using the given
units.