Go to the source code of this file.
Macros | |
| #define | VGL_VECTOR_2D_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| double | angle (vgl_vector_2d< T > const &a, vgl_vector_2d< T > const &b) |
| template<class T > | |
| double | signed_angle (vgl_vector_2d< T > const &a, vgl_vector_2d< T > const &b) |
| template<class T > | |
| bool | orthogonal (vgl_vector_2d< T > const &a, vgl_vector_2d< T > const &b, double eps) |
| template<class T > | |
| bool | parallel (vgl_vector_2d< T > const &a, vgl_vector_2d< T > const &b, double eps) |
| template<class T > | |
| vgl_vector_2d< T > | rotated (vgl_vector_2d< T > const &a, double angle) |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &s, vgl_vector_2d< T > const &p) |
| Write "<vgl_vector_2d x,y> " to stream. More... | |
| template<class T > | |
| std::istream & | operator>> (std::istream &is, vgl_vector_2d< T > &p) |
| Read x y from stream. More... | |
| #define VGL_VECTOR_2D_INSTANTIATE | ( | T | ) |
Definition at line 129 of file vgl_vector_2d.hxx.
| double angle | ( | vgl_vector_2d< T > const & | a, |
| vgl_vector_2d< T > const & | b | ||
| ) |
Definition at line 23 of file vgl_vector_2d.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| vgl_vector_2d< T > const & | p | ||
| ) |
Write "<vgl_vector_2d x,y> " to stream.
Definition at line 66 of file vgl_vector_2d.hxx.
| std::istream& operator>> | ( | std::istream & | is, |
| vgl_vector_2d< T > & | p | ||
| ) |
Read x y from stream.
Definition at line 122 of file vgl_vector_2d.hxx.
| bool orthogonal | ( | vgl_vector_2d< T > const & | a, |
| vgl_vector_2d< T > const & | b, | ||
| double | eps | ||
| ) |
Definition at line 37 of file vgl_vector_2d.hxx.
| bool parallel | ( | vgl_vector_2d< T > const & | a, |
| vgl_vector_2d< T > const & | b, | ||
| double | eps | ||
| ) |
Definition at line 47 of file vgl_vector_2d.hxx.
| vgl_vector_2d<T> rotated | ( | vgl_vector_2d< T > const & | a, |
| double | angle | ||
| ) |
Definition at line 57 of file vgl_vector_2d.hxx.
| double signed_angle | ( | vgl_vector_2d< T > const & | a, |
| vgl_vector_2d< T > const & | b | ||
| ) |
Definition at line 30 of file vgl_vector_2d.hxx.
1.8.15