#include <iostream>#include "vgl_homg_line_3d_2_points.h"#include "vgl_tolerance.h"#include <cassert>Go to the source code of this file.
Macros | |
| #define | VGL_HOMG_LINE_3D_2_POINTS_INSTANTIATE(T) |
Functions | |
| template<class Type > | |
| vgl_homg_point_3d< Type > | intersection (vgl_homg_line_3d_2_points< Type > const &l1, vgl_homg_line_3d_2_points< Type > const &l2) |
| Return the intersection point of two concurrent lines. More... | |
| template<class Type > | |
| std::ostream & | operator<< (std::ostream &s, const vgl_homg_line_3d_2_points< Type > &p) |
| #define VGL_HOMG_LINE_3D_2_POINTS_INSTANTIATE | ( | T | ) |
Definition at line 99 of file vgl_homg_line_3d_2_points.hxx.
| vgl_homg_point_3d<Type> intersection | ( | vgl_homg_line_3d_2_points< Type > const & | l1, |
| vgl_homg_line_3d_2_points< Type > const & | l2 | ||
| ) |
Return the intersection point of two concurrent lines.
Definition at line 65 of file vgl_homg_line_3d_2_points.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const vgl_homg_line_3d_2_points< Type > & | p | ||
| ) |
Definition at line 91 of file vgl_homg_line_3d_2_points.hxx.
1.8.15