mirror of https://github.com/CGAL/cgal
Document the fact that we don't use the Plane of the kernel but a triple of points so that it works with the inexact_constructions_kernel
This commit is contained in:
parent
7358ce7c66
commit
5bec2f0e6b
|
|
@ -37,7 +37,7 @@ function.
|
|||
\ccGlue
|
||||
\ccTypedef{typedef R::Triangle_3 Triangle_3;}{}
|
||||
\ccGlue
|
||||
\ccTypedef{typedef R::Plane_3 Plane_3;}{}
|
||||
\ccNestedType{Plane_3;}{A triple of points, in order to avoid the need for exact constructions.}
|
||||
\ccGlue
|
||||
\ccTypedef{typedef R::Vector_3 Vector_3;}{}
|
||||
\ccGlue
|
||||
|
|
|
|||
Loading…
Reference in New Issue