Go to the source code of this file.
Functions |
template<class K > |
CGAL_BEGIN_NAMESPACE Object | plane_half_plane_proj_intersection (const typename K::Plane_3 &h1, const typename K::Plane_3 &h2, const typename K::Line_2 &l, const K &k) |
template<class K > |
Object | half_plane_half_plane_proj_intersection (const typename K::Plane_3 &h1, const typename K::Line_2 &l1, const typename K::Plane_3 &h2, const typename K::Line_2 &l2, const K &k) |
template<class K > |
K::Line_2 | project_xy (const typename K::Line_3 &l, const K &k) |
template<class K > |
Object | line_under_linear_constraint (const typename K::Line_2 &l1, const typename K::Line_2 &l2, const K &k) |
template<class K > |
Object | ray_under_linear_constraint (const typename K::Ray_2 &ray, const typename K::Line_2 &l, const K &k) |
Function Documentation
template<class K >
K::Line_2 project_xy |
( |
const typename K::Line_3 & |
l, |
|
|
const K & |
k |
|
) |
| |