Y
Z
W
type p[dim]
inline type& operator[] (unsigned int i)
inline const type& operator[] (unsigned int i) const
inline Point()
template<class type_b> Point(const Point<dim, type_b> &A)
inline Point(type x, type y)
inline Point(type x, type y, type z)
inline Point(type x, type y, type z, type w)
inline const type& x() const
inline const type& y() const
inline const type& z() const
inline const type& w() const
inline type& x()
inline type& y()
inline type& z()
inline type& w()
bool isNull() const
void reset()
bool operator== (const Point &A) const
bool operator!= (const Point &A) const
Point operator* (type e) const
Point operator- (const Point &A) const
Point operator- () const
Point operator+ (const Point &A) const
type operator* (const Point &A) const
Point operator/ (type e) const
Point& operator/= (type e)
Point& operator+= (const Point &A)
Point& operator-= (const Point &A)
type norm() const
Alphabetic index HTML hierarchy of classes or Java