This commit is contained in:
Adrian Mariano 2021-02-02 18:00:07 -05:00
parent 483c8cf79c
commit fbcf8b02b7

View file

@ -1604,7 +1604,7 @@ function circle_circle_tangents(c1,r1,c2,r2,d1,d2) =
// line = two points defining the unbounded line
// bounded = false for unbounded line, true for a segment, or a vector [false,true] or [true,false] to specify a ray with the first or second end unbounded. Default: false
// eps = epsilon used for identifying the case with one solution. Default: 1e-9
// --
// ---
// d = diameter of circle
function circle_line_intersection(c,r,line,d,bounded=false,eps=EPSILON) =
let(r=get_radius(r=r,d=d,dflt=undef))