- mag() - Method in class lab1package2.Vector2
-
Returns the magnitude of this vector.
- main(String[]) - Static method in class lab1package.tester
-
- main(String[]) - Static method in class lab1package3.tester
-
- main(String[]) - Static method in class lab1package3.Tester2
-
- moveX(double) - Method in class lab1package2.Point2
-
Move the point in the x direction by an amount dx.
- moveY(double) - Method in class lab1package2.Point2
-
Move the point in the y direction by an amount dy.
- multiply(double) - Method in class lab1package2.Vector2
-
Multiply this vector by a scalar amount changing the components of this
vector.
- multiply(double, Vector2) - Static method in class lab1package2.Vector2
-
Returns a new Vector2D
equal to s * a
.