- Vector2 - Class in lab1package2
-
A class that represents two dimensional spatial vectors (a direction and a
magnitude).
- Vector2() - Constructor for class lab1package2.Vector2
-
Creates the vector (0.0, 0.0)
with name equal to the empty
string.
- Vector2(double, double) - Constructor for class lab1package2.Vector2
-
Creates the vector (x, y)
.
- Vector2(Vector2) - Constructor for class lab1package2.Vector2
-
Creates a vector with the same components as another vector.
- Vector2Test - Class in lab1package2
-
- Vector2Test() - Constructor for class lab1package2.Vector2Test
-