mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-10 04:48:29 +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>> {
|
) -> Vec<Point<1>> {
|
||||||
let (_, circle) = self;
|
let (_, circle) = self;
|
||||||
|
|
||||||
CircleApproxParams::new(circle, tolerance)
|
CircleApproxParams::new(circle.radius(), tolerance)
|
||||||
.approx_circle(boundary)
|
.approx_circle(boundary)
|
||||||
.collect()
|
.collect()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user