From d5352c3101089216ae662b4feff7b018a3a3a57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Fri, 15 Jul 2011 14:17:20 +0000 Subject: [PATCH] Ray_3 Ray_3 intersections can also return Segment_3 --- Kernel_23/doc_tex/Kernel_23_ref/intersection.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Kernel_23/doc_tex/Kernel_23_ref/intersection.tex b/Kernel_23/doc_tex/Kernel_23_ref/intersection.tex index 418e941a8fc..8cd6320dbdd 100644 --- a/Kernel_23/doc_tex/Kernel_23_ref/intersection.tex +++ b/Kernel_23/doc_tex/Kernel_23_ref/intersection.tex @@ -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}} \\ +
Point_3
Ray_3
Segment_3