Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Maximum Distance from Bounding Volume Calculation


Chronological Thread 
  • From: Michael Klatt <>
  • To:
  • Subject: [cgal-discuss] Maximum Distance from Bounding Volume Calculation
  • Date: Thu, 22 Oct 2015 02:53:36 -0700 (PDT)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Neutral ; spf=None
  • Ironport-phdr: 9a23:UygFAhBxqhiu2h40b76wUyQJP3N1i/DPJgcQr6AfoPdwSP7+oMbcNUDSrc9gkEXOFd2CrakU1qyO7+u5BiQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTqkbjusMSMKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FpwecbD/S/JvxwDecAVHV1e1wyscbkvB2GQQqU7WYHSU0XlABJCk7L9kLURJD05w77vep01S3SHsn/Uax8DTGj5KdiRRuuiyMOKyIR/mjKzMB92vEI6Cm9rgBylteHKLqeM+BzK/iFJd4=

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.



Archive powered by MHonArc 2.6.18.

Top of Page