Skip to Content.
Sympa Menu

cgal-discuss - Circular Kernel: clean way to convert from Circular_arc_point_2 to Point_2

Subject: CGAL users discussion list

List archive

Circular Kernel: clean way to convert from Circular_arc_point_2 to Point_2


Chronological Thread 
  • From:
  • To:
  • Subject: Circular Kernel: clean way to convert from Circular_arc_point_2 to Point_2
  • Date: Fri, 12 Oct 2007 09:45:35 +0200

My problem is the following: I have three points on arcs (therefor circular
arc points), and from these three points I want to construct a circle;
A circle can only be constructed from normal points, so i need to convert the
CAP to points, without loosing the has_on property of these points concerning
their origin arcs;

I see that the conversion from Root_of_2 isn't trivial, and not implemented
yet, anyhow: does someone have an idea how to implement this in a clean /
exact way, if the Root_of_2 number is of rational form?

mfg, Waigner



Archive powered by MHonArc 2.6.16.

Top of Page