mirror of https://github.com/CGAL/cgal
doc bug fix:
In the doc page of Intersect_2, intersection for Iso_rectangle_2 and Triangle_2 is documented while in the doc page of intersection, it is not (and all is implemented).
This commit is contained in:
parent
a521599052
commit
aad2dfdde0
|
|
@ -56,6 +56,13 @@ type A & type B & \parbox{4 cm}{\vspace{1 mm}{return type}} \\
|
|||
\\ \ccStyle{Segment_2}
|
||||
\vspace{1 mm}} \\
|
||||
\hline
|
||||
\ccStyle{Iso_rectangle_2} & \ccStyle{Triangle_2} & \parbox{4 cm}{\vspace{1 mm}
|
||||
\ccStyle{Point_2}
|
||||
\\ \ccStyle{Segment_2}
|
||||
\\ \ccStyle{Triangle_2}
|
||||
\\ \ccStyle{std::vector<Point_2>}
|
||||
\vspace{1 mm}} \\
|
||||
\hline
|
||||
\ccStyle{Line_2} & \ccStyle{Line_2} & \parbox{4 cm}{\vspace{1 mm}
|
||||
\ccStyle{Point_2}
|
||||
\\ \ccStyle{Line_2}
|
||||
|
|
@ -241,6 +248,16 @@ type A & type B & \parbox{4 cm}{\vspace{1 mm}{return type}} \\
|
|||
<TR><TD>Segment_2</TD></TR>
|
||||
</TABLE></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD VALIGN="CENTER" > Iso_rectangle_2 </TD>
|
||||
<TD VALIGN="CENTER" > Triangle_2 </TD>
|
||||
<TD><TABLE>
|
||||
<TR><TD>Point_2</TD></TR>
|
||||
<TR><TD>Segment_2</TD></TR>
|
||||
<TR><TD>Triangle_2</TD></TR>
|
||||
<TR><TD>std::vector<Point_2></TD></TR>
|
||||
</TABLE></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD VALIGN="CENTER" > Line_2 </TD>
|
||||
<TD VALIGN="CENTER" > Line_2 </TD>
|
||||
|
|
|
|||
Loading…
Reference in New Issue