mirror of https://github.com/CGAL/cgal
- In order to get rid of Direction_[23] at some point, I have added :
- Line_2(Point_2, Vector_2) ConstructLine_2
- Line_3(Point_3, Vector_3) ConstructLine_3
- Ray_2(Point_2, Vector_2) ConstructRay_2
- Ray_3(Point_3, Vector_3) ConstructRay_3
- Ray_2(Point_2, Line_2) ConstructRay_2
- Ray_3(Point_3, Line_3) ConstructRay_3
- Vector_2(Line_2) ConstructVector_2
- Vector_3(Line_3) ConstructVector_3
- Vector_2(Ray_2) ConstructVector_2
- Vector_3(Ray_3) ConstructVector_3
- Vector_2(Segment_2) ConstructVector_2
- Vector_3(Segment_3) ConstructVector_3
- Vector_2 Line_2.to_vector()
- Vector_3 Line_3.to_vector()
- Vector_2 Ray_2.to_vector()
- Vector_3 Ray_3.to_vector()
- Vector_2 Segment_2.to_vector()
- Vector_3 Segment_3.to_vector()
|
||
|---|---|---|
| .. | ||
| include/CGAL | ||
| Cartesian.C | ||
| Filtered_cartesian.C | ||
| Filtered_homogeneous.C | ||
| Homogeneous.C | ||
| Simple_cartesian.C | ||
| Simple_homogeneous.C | ||
| cgal_test | ||
| makefile | ||
| test_kernel__.C | ||
| test_kernel_archetype_2.C | ||
| test_kernel_archetype_3.C | ||