clifford.tools.g3c.closest_point_on_circle_from_line

clifford.tools.g3c.closest_point_on_circle_from_line(C, L, eps=1e-06)[source]

Returns the point on the circle C that is closest to the line L Uses the algorithm described in Appendix A of Andreas Aristidou’s PhD thesis

New in version 1.3.