|
Thunderbots Project
|
This is the complete list of members for Vector, including all inherited members.
| createFromAngle(const Angle &angle) | Vector | static |
| cross(const Vector &other) const | Vector | |
| determinant(const Vector &other) const | Vector | |
| dot(const Vector &other) const | Vector | |
| isClockwiseOf(const Vector &other) const | Vector | |
| isCounterClockwiseOf(const Vector &other) const | Vector | |
| length() const | Vector | |
| lengthSquared() const | Vector | |
| normalize() const | Vector | |
| normalize(double length) const | Vector | |
| operator=(const Vector &other) | Vector | |
| orientation() const | Vector | |
| perpendicular() const | Vector | |
| project(const Vector &other) const | Vector | |
| rotate(const Angle &rot) const | Vector | |
| set(double x, double y) | Vector | |
| setX(double x) | Vector | |
| setY(double y) | Vector | |
| Vector() | Vector | explicit |
| Vector(double x, double y) | Vector | |
| Vector(const Vector &v) | Vector | |
| x() const | Vector | |
| y() const | Vector |