clifford.tools.g3c.closest_point_on_line_from_circle

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

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

New in version 1.3.