metapict icon indicating copy to clipboard operation
metapict copied to clipboard

The function `bez-arc-length` needs to test for unbounded control points.

Open soegaard opened this issue 1 year ago • 0 comments

The function bez-arc-length doesn't handle the case where +inf.0 are used as coordinates.

#(struct:bez #(struct:pt 203.2 0.0) #(struct:pt +inf.0 +inf.0) #(struct:pt -inf.0 -inf.0) #(struct:pt 203.15 0.0))

soegaard avatar Jan 16 '23 17:01 soegaard