Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Functions of 2D and 3D Geometric Kernel

Subject: CGAL users discussion list

List archive

[cgal-discuss] Functions of 2D and 3D Geometric Kernel


Chronological Thread 
  • From: Kathi <>
  • To:
  • Subject: [cgal-discuss] Functions of 2D and 3D Geometric Kernel
  • Date: Wed, 16 May 2018 02:51:33 -0700 (MST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Fail ; spf=Pass
  • Ironport-phdr: 9a23:sDO71BaVmQdLijEAavLefRz/LSx+4OfEezUN459isYplN5qZocW9bnLW6fgltlLVR4KTs6sC17KN9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCazbL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjA38G/ZlM9+gr9Urx29qBJy2JLUbYOJOPZiYq/RYc0WSGxcVchRTSxBBYa8YpMKAeUbIeZYr4j9rEYJoBu9HwasGOPvyj5PhnDoxqA63OEhEA7c0AwmAd0OrG3ZodPoP6kcVuC1ybPHzTTFb/5O3zfy8pPHfQslof6SR75/bc3RyUw3GwzZgVWfs4jlMymS1uQXvGiW6fdrW+G3i2M/tg18oyajyt0yhoTJiI8Z0E3I+Ct3zYovJ9C0Vkh2asO+HpRKrSGVLY52T9siQ252vCY6zaULuZi0cSQQzpQo3QXQZOeDc4eW+B7sSOGRITJgiHJkfrKwmQqy/FC9xuD9SMW4ykhGoypLn9XWq3wA2RLe5tKFR/dj5kuh3CyA1wHX6uFKO0A0kq/bJoYiwrEqipoTsUXDHijol0jtg6+Wc0ol9vKu6+v5frXqvoWcOJNsigHiLqQundSyDvg3MgcUW2iX4Pmz1Lz4/ULlXbVKleY2n7LCsJHaIMQbvrS2DxVU0oYl8Ra/Di2p3M4WnXkdfxp5f0eMgIHtfl3PO/vlFuyXglK2kT4tyeqVEKfmB8DuJ2TDkf+1fr9h609bxSI8yMAZ4Z9IXOJSaMnvU1P84YSLRiQyNBa5lr6+WYdNk7gGUGfKOZe3dabbsFuG/OUqcruDYZ9TvjvheaR8u6zeyEQhkFpYRpGHmIMNYSHqEfF2ZUOUfSi024pTISIxpgM7CdfSphiCXDpUPivgWf564DgxAoarS4zEQ9L0jQ==

Hello,

I don't manage to use the member functions of a 2D/3D geometric kernel as
listed on https://doc.cgal.org/latest/Kernel_23/classKernel.html .
Maybe the problem arises from the fact that I do not fully understand what a
concept, model etc is and especially how to make use of them in practice.

To make my problem specific:
I am working with the Exact_predicates_exact_constructions_kernel and want
to (for example) compute the squared radius of the smallest orthogonal
circle of two weighted points in 2D.
In the reference manual I found:
Compute_squared_radius_smallest_orthogonal_circle_2, a model of
Kernel::ComputeSquaredRadiusSmallestOrthogonalCircle_2.
But I was not able to use it. I tried CGAL::,
CGAL::Exact_predicates_exact_constructions_kernel::, etc but the function is
never found ("not a member of ...").

It would be very helpful if anybody could provide a minimum working example
which makes use of the function.

Thanks for your help,
Kathi



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



Archive powered by MHonArc 2.6.18.

Top of Page