Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Identical consecutive ctrl pts in Bezier allowed or not?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Identical consecutive ctrl pts in Bezier allowed or not?


Chronological Thread 
  • From: Shriramana Sharma <>
  • To:
  • Subject: [cgal-discuss] Identical consecutive ctrl pts in Bezier allowed or not?
  • Date: Tue, 22 Jan 2013 16:09:18 +0530

Hello. CGAL-4.1/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h ll 169-172:

//SL: Acccording to the fact that all operations are based on polynomials
// duplicated control points can be allowed.
// // Make sure that we do not have two identical consecutive control
// // points.

but l 146 and l 350:

* It is forbidden to specify two identical consecutive control points.

Given that the assert code is commented out, shouldn't the above two
docstring lines be removed? Thanks.

--
Shriramana Sharma


  • [cgal-discuss] Identical consecutive ctrl pts in Bezier allowed or not?, Shriramana Sharma, 01/22/2013

Archive powered by MHonArc 2.6.18.

Top of Page