Skip to content

Commit b3cd542

Browse files
committed
link less
1 parent 877dba1 commit b3cd542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Convex_hull_3/doc/Convex_hull_3/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If `origin` is given then it must be a point strictly inside the polyhedron. If
99
This version does not construct the dual points explicitely but uses a special traits class for the function `CGAL::convex_hull_3()` to handle predicates on dual points without constructing them.
1010
1111
\attention Halfspaces are considered as lower halfspaces that is to say if the plane's equation is \f$ a\, x +b\, y +c\, z + d = 0 \f$ then the corresponding halfspace is defined by \f$ a\, x +b\, y +c\, z + d \le 0 \f$ .
12-
\attention The value type of `PlaneIterator` and the point type of `origin` must come from the same \cgal Kernel.
12+
\attention The value type of `PlaneIterator` and the point type of `origin` must come from the same \cgal %Kernel.
1313
1414
\pre if provided, `origin` is inside the intersection of halfspaces defined by the range `[begin, end)`.
1515
\pre The computed intersection must be a bounded convex polyhedron.

0 commit comments

Comments
 (0)