mirror of https://github.com/CGAL/cgal
Ray_3 Ray_3 intersections can also return Segment_3
This commit is contained in:
parent
b5be50cc80
commit
d5352c3101
|
|
@ -162,7 +162,8 @@ type A & type B & \parbox{4 cm}{\vspace{1 mm}{return type}} \\
|
|||
\hline
|
||||
{\ccStyle{Ray_3}} & {\ccStyle{Ray_3}} & \parbox{4 cm}{\vspace{1 mm}
|
||||
\ccStyle{Point_3} \\
|
||||
\ccStyle{Ray_3}
|
||||
\ccStyle{Ray_3} \\
|
||||
\ccStyle{Segment_3}
|
||||
\vspace{1 mm}} \\
|
||||
\hline
|
||||
{\ccStyle{Ray_3}} & {\ccStyle{Segment_3}} & \parbox{4 cm}{\vspace{1 mm}
|
||||
|
|
@ -409,6 +410,7 @@ type A & type B & \parbox{4 cm}{\vspace{1 mm}{return type}} \\
|
|||
<TD><TABLE>
|
||||
<TR><TD>Point_3</TD></TR>
|
||||
<TR><TD>Ray_3</TD></TR>
|
||||
<TR><TD>Segment_3</TD></TR>
|
||||
</TABLE></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
|
|
|
|||
Loading…
Reference in New Issue