Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Arrangement_2 accept mixed type of curves

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Arrangement_2 accept mixed type of curves


Chronological Thread 
  • From: EvanPi <>
  • To:
  • Subject: Re: [cgal-discuss] Arrangement_2 accept mixed type of curves
  • Date: Sat, 23 Dec 2017 02:53:05 -0700 (MST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Fail ; spf=Pass
  • Ironport-phdr: 9a23:0y+8fhZndI4R05mNXlkx04P/LSx+4OfEezUN459isYplN5qZocW8bnLW6fgltlLVR4KTs6sC17KP9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCagbb9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjA38G/ZlM9+g6BVoBy8qBNw34HabZqJNPd8Yq/RYc8WSXZfUstXSidPApm8b4wKD+cZMuhYsZPyp10Uoxu/GAKhA/3jxiJMi3Pq3aA30fgtHAHI0QA8BN8OqW3UoM/pO6cVVOC41a/FxijNYfNR3Dfy8onIchY5rPGKR71/atHeyU0xGA/fklqQronlMjWI3eoOq2iW9/dsWOOxh2I9tQ18ojaiyt0xhoTHiI8Z0FLJ+Tt/zY0oP9O3UlR7bsShEJZItyGVKY92QsQ6TmFutys20LsGtoSgcycRzJQo2QTTZOCAc4iN+h7jVeCRLilkhH99Zb6yhgi+/VK+xuD8WMS4yktGoyRLn9XWtH0ByQTf6s2dRft8+keh1yyP1wfW6uxcP0w4iK7WJ4Ihz7MyipYesUrOEjPtlUXvla+abFkr+u+t6+j/eLXpuoecN5NoigH5KqkhhsO/Dv48MgQXQmeb+P+826H+/U3iW7VHleY2k6ncsJDCP8sXvK+5AwlP0oYi8RmzFTmm0M5L1UUAeVlKcRbCg4nyMEzVO9j5C+2+ihKiimRF3ffDa5D/C5P1LzCXyu6wJesisxMHkCIq1JZU4JcCWeJJG+76RkKk7I+QNRQ+KQHhm+s=

I just take a look at the polyline traits class but the thing is that if I
approximate all curves using a large number of points, I would lose track of
which subsets of point defines which type of curve, which could be a problem
in case I want to delete them and insert a new type of curve. But I do find
something I overlooked, which is the polycurve traits class. According to
the documentation, "The traits class
Arr_polycurve_traits_2<GeometryTraits_2> handles piecewise curves that are
not necessarily linear, such as conic arcs, circular arcs, Bezier curves, or
line segments". Is it able to handle a curve that contains multiple types of
subcurve? If so, could you provide a quick example?



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page