LegoAgent-Eve
|
This is the complete list of members for Vector, including all inherited members.
add(Vector a, Vector b) | Vector | static |
getOrthogonal(Vector toInvert) | Vector | static |
getX() | Vector | |
getY() | Vector | |
linearcombination(Vector vector1, Vector vector2, Vector destination) | Vector | static |
multiply(double a) | Vector | |
subtract(Vector a, Vector b) | Vector | static |
toString() | Vector | |
Vector(double x, double y) | Vector | |
x | Vector | private |
y | Vector | private |