Package | Description |
---|---|
viptool.util |
Modifier and Type | Method and Description |
---|---|
void |
MathVector.add(MathVector other)
adds the param-vector to the vector
|
boolean |
MathVector.equals(MathVector other)
tests if the vectors are the same point with a tolerance
of 1 in each coordinate
|
double |
MathVector.scalarProduct(MathVector other)
calculates the scalar product of both vectors
|
void |
MathVector.setDirection(MathVector vector)
set the direction of the vector to the direction of the param-vector
|
void |
MathVector.sub(MathVector other)
subtract the other vector
|