a0() const | Vec | [inline] |
a1() const | Vec | [inline] |
a2() const | Vec | [inline] |
crossProduct(const Vec &other) const | Vec | |
distance(const Vec &other) const | Vec | |
dotProduct(const Vec &other) const | Vec | |
length() const | Vec | |
operator*(const double &other) const | Vec | |
operator+(const Vec &other) const | Vec | |
operator-(const Vec &other) const | Vec | |
operator==(const Vec &other) const | Vec | |
orthogonalAxes(Vec &u, Vec &v) const | Vec | |
pointOnLine(const Vec &end, double k) | Vec | |
unitLength() | Vec | |
Vec(double a0, double a1, double a2) | Vec | |
Vec() | Vec | [inline] |