mirror of https://github.com/CGAL/cgal
- Add links in the doc from ConstructVector* to ConstructScaledVector*.
This commit is contained in:
parent
e242358d6a
commit
64c81883a9
|
|
@ -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().
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -36,5 +36,6 @@ AdaptableFunctor (with two arguments)
|
|||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Vector_3<Kernel>}\\
|
||||
\ccRefIdfierPage{Kernel::ConstructScaledVector_3}\\
|
||||
|
||||
\end{ccRefFunctionObjectConcept}
|
||||
|
|
|
|||
Loading…
Reference in New Issue