Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Taking bounds, equality and transforms of Bezier curves?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Taking bounds, equality and transforms of Bezier curves?


Chronological Thread 
  • From: Stuart Hungerford <>
  • To:
  • Subject: Re: [cgal-discuss] Taking bounds, equality and transforms of Bezier curves?
  • Date: Mon, 19 Mar 2018 15:31:39 +1100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:llNnrB91r6jcgP9uRHKM819IXTAuvvDOBiVQ1KB41uMcTK2v8tzYMVDF4r011RmVBd6ds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+55Pebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRx3miCkHOTA383zZhNJsg69AvBKtuwZyz5LIbI2JNvdzeL7Wc9MARWpGW8ZcTzFPAp+hb4QVFeoBIftToYvgp1sIohuxGxOsBO3oyj9Sm3D9wKo30/89EQHbxgMgBc4OvG7UrNXoMqcSXv66zLPGzTXEdfNZxCzw6IfNch87oPGMWah8ftbWyUkqDg7IiEibp4/9Pz6NyOgBr2yW4/BjWO+vkWIrtgB8riW1yssxiITFm4QYwU3e+ypj2oY6P9i4RVZ7YdG6FJtQsDmXN45sTcMjR2FkoSY7y7MatZKicigG1ZYqywPFZ/yIdIiI5R3jVOKPLjtimH1lf7e/iw6z8Uim1OL8StG53EhWoidBiNXBtXAA2wbO5sWGV/dx5Fqt1DSS2wzL7+FLO0E0la7VK547xb4wk4IesV/fHi/rgkr2lrOWel8k+ui17eTnbavppoWSN49zkAHxL78jmsO6AesiMwgOW3KX9vi71L3m5UH5WqlFjuUqkqnFt5DXPdgUpqGjDA9Ry4os9he/Dyy639QFhnkHN0lIeAmHjojsI1HBOur0Dfa5g1S2kTdk3erKPrP7AsaFEn+Wm7joefNx6lVX1REo5dFZ/ZNdTL8bc9zpXUqkj8DFBwUleyypxenqEtt6zI9WDXmTH6aDLOXSrFmH6/ghJPOATIAQsTf5bfMi4qi93jcChVYBcPzxjtMsY3eiE6E+ehTLUT/Xmt4EVFwykE87Re3uhkeFVGcKNXm3VqM4oDo8DdD/VNuRdsWWmLWEmRyDMNhOfGkfUwKDFH7pc8OPXPJeMHvPcP8kqSQNUP2ac6Fk1Ryqs1Wkmb9uL+6R6zJA8Jy6i4Ez6OrUmhU/szdzCpbF3g==

On Mon, Mar 19, 2018 at 7:40 AM, Efi Fogel
<>
wrote:

> First, I'm glad that you are using it and finding out all kind of missing
> features.
>
> I can confirm that non of the operations you mention are supported.
>
> The operations you mention could definitely be implemented within the traits
> class.
> [...]

Thanks for summarizing that Efi.

CGAL is an impressive project that obviously has had a huge amount of
R&D put into it.

I'm starting to think my use cases may not be in the intended uses for
CGAL as I need a comprehensive collection of 2D geometric entities
with equality, affine transforms and AABB bounds for each. I also need
offsetting of polygons, circles and ellipses (although I understand
these are far from simple operations).

> BW, I'm currently implementing a generic operation that lexicographically
> compares 2 curves.
> It is generic (applicable to all traits) in the sense that it is implemented
> in terms of other existing operations.
> This way the implementation is more complex (see algorithm below) and gets
> even more complex when 2D arrangements embedded on non-planar surfaces are
> taken in account, but more is gained.

Looking forward to this functionality too.

Thanks,

Stu



Archive powered by MHonArc 2.6.18.

Top of Page