barakugav / FDML

FDML is a CPP software for robot localization processing and queries using few (one or two) distance measurements
2 stars 1 forks source link

Calculate exact curves of single measurement instead of approximation #3

Open barakugav opened 2 years ago

barakugav commented 2 years ago

CGAL support polynomial curves, use them to represent the conchoid of Nicomedes. see CGAL Arrangement_on_surface_2/examples/Arrangement_on_surface_2/examples/algebraic_curves.cpp see Arrangement_on_surface_2\demo\Arrangement_on_surface_2 for approximation

barakugav commented 2 years ago

ArrangementPainterOstream.cpp ::getPointsList Curve_renderer_facade.h ::draw