Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Maximum Distance from Bounding Volume Calculation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Maximum Distance from Bounding Volume Calculation


Chronological Thread 
  • From: "Hoffmann Michael" <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Maximum Distance from Bounding Volume Calculation
  • Date: Thu, 22 Oct 2015 12:22:27 +0000
  • Accept-language: en-US, de-CH
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:jxqRYxGKdoX5HdgtXmfpFJ1GYnF86YWxBRYc798ds5kLTJ74pcqwAkXT6L1XgUPTWs2DsrQf27eQ6/yrBTVIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/niqbqp9aPOk1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbKPhYq5tTaBEFC90dCcu9cjzvF/CSxGO7z0SSCINgx9QCk/E6h/9GZz+uy+/uutm0zSBJp7KSuV+Ujur6+JnSQTjlTwcHz8/6mDezMJqxuoPqx2oo1lzwpXffZqOHPt4ZKLUO90AEzlvRMFUAmZhBY2yaoIJCaJJGOdTr4DwoxFG+Ru5CwepDeXp4j5OiDn7wa0ole8hR1KVlDc8Fs4D5SyH5O7+M70fBLi4

If I understand you correctly, you can get this via convex hull and
CGAL::maximum_perimeter_inscribed_k_gon_2, with k=2, in O(n log n) time.

Best, Michael

> On 22 Oct 2015, at 11:53, Michael Klatt
> <>
> wrote:
>
> Hello,
>
> I very much appreciate your nice code to calculate the bounding volumes. I
> use it to calculate the radius of the best circumscribing circle for a set
> of points, and it is very helpful to me. Is it possible to directly (or very
> efficiently) extract from this calculation also the maximum Euclidean
> distance among all pairs of points, i.e.,
> max_{1<=i<j<=n} || X_i - X_j || (given n points at positions X_1, ... X_n)?
>
> Thank you very much!
>
> Best regards,
>
> Michael
>
>
>
>
> --
> View this message in context:
> http://cgal-discuss.949826.n4.nabble.com/Maximum-Distance-from-Bounding-Volume-Calculation-tp4661269.html
> Sent from the cgal-discuss mailing list archive at Nabble.com.
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://sympa.inria.fr/sympa/info/cgal-discuss
>
>




Archive powered by MHonArc 2.6.18.

Top of Page