- Add links in the doc from ConstructVector* to ConstructScaledVector*.

This commit is contained in:
Sylvain Pion 2003-10-28 18:27:15 +00:00
parent e242358d6a
commit 64c81883a9
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,6 @@
1.87 (28 October 2003)
- Add links in the doc from ConstructVector* to ConstructScaledVector*.
1.86 (28 October 2003)
- Document and test bisector().

View File

@ -23,9 +23,6 @@ A model for this must provide:
\ccMemberFunction{Kernel::Vector_2 operator()(const Kernel::Line_2 &l);}
{introduces a vector having the same direction as $l$.}
\ccMemberFunction{Kernel::Vector_2 operator()(const Kernel::Segment_2 &s);}
{introduces the vector $s.target()-s.source()$.}
\ccMemberFunction{Kernel::Vector_2 operator()(const Null_vector &NULL_VECTOR);}
{introduces a null vector .}
@ -40,5 +37,6 @@ AdaptableFunctor (with two arguments)
\ccSeeAlso
\ccRefIdfierPage{CGAL::Vector_2<Kernel>}\\
\ccRefIdfierPage{Kernel::ConstructScaledVector_2}\\
\end{ccRefFunctionObjectConcept}

View File

@ -36,5 +36,6 @@ AdaptableFunctor (with two arguments)
\ccSeeAlso
\ccRefIdfierPage{CGAL::Vector_3<Kernel>}\\
\ccRefIdfierPage{Kernel::ConstructScaledVector_3}\\
\end{ccRefFunctionObjectConcept}