CGAL 4.8.1 - dD Geometry Kernel
|
This is the complete list of members for Vector, including all inherited members.
begin() | Vector | |
begin() const | Vector | |
const_iterator typedef | Vector | |
dimension() | Vector | |
end() | Vector | |
end() const | Vector | |
is_zero() | Vector | |
iterator typedef | Vector | |
NT typedef | Vector | |
operator*(const Vector &v1) | Vector | |
operator*(const NT &r, const Vector &v) | Vector | |
operator*(const Vector &v, const NT &r) | Vector | |
operator*=(const NT &s) | Vector | |
operator+(const Vector &v1) | Vector | |
operator+=(const Vector &v1) | Vector | |
operator-(const Vector &v1) | Vector | |
operator-() | Vector | |
operator-=(const Vector &v1) | Vector | |
operator/=(const NT &s) | Vector | |
operator[](int i) | Vector | |
Vector() | Vector | |
Vector(int d) | Vector | |
Vector(int d, NT x) | Vector | |
Vector(Forward_iterator first, Forward_iterator last) | Vector |