lab_inheritance
Insidious Inheritance
|
This is the complete list of members for Vector2, including all inherited members.
crossProduct(const Vector2 &other) const | Vector2 | |
distanceTo(const Vector2 &other) const | Vector2 | |
dotProduct(const Vector2 &other) const | Vector2 | |
isEastOf(const Vector2 &other) const | Vector2 | |
isNorthEastOf(const Vector2 &other) const | Vector2 | |
isNorthOf(const Vector2 &other) const | Vector2 | |
isNorthWestOf(const Vector2 &other) const | Vector2 | |
isSouthEastOf(const Vector2 &other) const | Vector2 | |
isSouthOf(const Vector2 &other) const | Vector2 | |
isSouthWestOf(const Vector2 &other) const | Vector2 | |
isWestOf(const Vector2 &other) const | Vector2 | |
leftHandNormal() const | Vector2 | |
length() const | Vector2 | |
length2() const | Vector2 | |
magnitude() const | Vector2 | |
normalize() const | Vector2 | |
operator*(int constant) | Vector2 | |
operator+(const Vector2 &other) const | Vector2 | |
operator-(const Vector2 &other) const | Vector2 | |
operator/(int constant) | Vector2 | |
operator==(const Vector2 &other) const | Vector2 | |
projectionOn(const Vector2 &b) const | Vector2 | |
rightHandNormal() const | Vector2 | |
setX(double x) | Vector2 | |
setY(double y) | Vector2 | |
Vector2() | Vector2 | |
Vector2(double x, double y) | Vector2 | |
x() const | Vector2 | |
x_ | Vector2 | private |
y() const | Vector2 | |
y_ | Vector2 | private |