mirror of https://github.com/CGAL/cgal
Cont. of "Fix a documentation bug"
Continuation of the following commit:
| commit c4aed1cd67
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Wed Sep 4 12:25:57 2013 +0200
|
| Fix a documentation bug, since the switch Object -> optional<variant>
This commit is contained in:
parent
c4aed1cd67
commit
dd6e4fb8bf
|
|
@ -57,10 +57,7 @@ Partial model of `::Kernel::Intersect_3`. Provides the operators:
|
|||
|
||||
- `boost::optional< boost::variant< Point_3, Segment_3 > > operator()(Triangle_3 tr, Segment_3 seg)`
|
||||
|
||||
which computes as a `CGAL::Object`
|
||||
the intersection between the triangle and the segment.
|
||||
`CGAL::Object` is either a point, a segment or
|
||||
an empty object.
|
||||
which computes the intersection between the triangle and the segment.
|
||||
*/
|
||||
typedef unspecified_type Intersect_3;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue