Fix a typo "Curve_2::number_of_control_point(s)"

This commit is contained in:
Laurent Rineau 2013-01-22 11:32:50 +01:00
parent 57aae7c7bf
commit 3757c8a671
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ Curve_2 (InputIterator pts_begin, InputIterator pts_end);
/*!
returns the number of control points that define `B`.
*/
size_t number_of_control_point () const;
size_t number_of_control_points () const;
/*!
returns the \f$ k\f$th control point. Note that the first control point equals

View File

@ -104,7 +104,7 @@ assignment operator are supported as well.
\ccAccessFunctions
%-----------------
\ccMethod{size_t number_of_control_point () const;}
\ccMethod{size_t number_of_control_points () const;}
{returns the number of control points that define \ccVar.}
\ccMethod{typename RatKernel::Point_2 control_point (size_t k) const;}