mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Upgrade to latest fj-interop
This commit is contained in:
parent
2d0b57aef4
commit
0d44646754
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user