mirror of https://github.com/CGAL/cgal
Fix a typo "Curve_2::number_of_control_point(s)"
This commit is contained in:
parent
57aae7c7bf
commit
3757c8a671
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue