Length() const | gk::Vector | [inline] |
LengthSquared() const | gk::Vector | [inline] |
operator*(const float f) const | gk::Vector | [inline] |
operator*=(const float f) | gk::Vector | [inline] |
operator+(const Vector &v) const | gk::Vector | [inline] |
operator+=(const Vector &v) | gk::Vector | [inline] |
operator-(const Vector &v) const | gk::Vector | [inline] |
operator-() const | gk::Vector | [inline] |
operator-=(const Vector &v) | gk::Vector | [inline] |
operator/(const float f) const | gk::Vector | [inline] |
operator/=(const float f) | gk::Vector | [inline] |
operator==(const Vector &v) const | gk::Vector | [inline] |
operator[](const unsigned int i) const | gk::Vector | [inline] |
operator[](const unsigned int i) | gk::Vector | [inline] |
print() const | gk::Vector | [inline] |
Vector(const float _x=0.f, const float _y=0.f, const float _z=0.f) | gk::Vector | [inline] |
Vector(const Point &p) | gk::Vector | [inline, explicit] |
Vector(const Normal &n) | gk::Vector | [inline, explicit] |
Vector(const Point &p, const Point &q) | gk::Vector | [inline] |
x | gk::Vector | |
y (defined in gk::Vector) | gk::Vector | |
z (defined in gk::Vector) | gk::Vector |