Upgrade to latest fj-interop

This commit is contained in:
Hanno Braun 2025-04-28 13:38:26 +02:00
parent 2d0b57aef4
commit 0d44646754

View File

@ -141,7 +141,7 @@ impl CurveGeometry for (Point<3>, fj_math::Circle<3>) {
) -> Vec<Point<1>> {
let (_, circle) = self;
CircleApproxParams::new(circle, tolerance)
CircleApproxParams::new(circle.radius(), tolerance)
.approx_circle(boundary)
.collect()
}