mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Prepare for follow-on change
This commit is contained in:
parent
f6951ca46d
commit
0fbc0bf12d
@ -104,7 +104,7 @@ impl CurveGeometry for (Point<3>, fj_math::Circle<3>) {
|
||||
}
|
||||
|
||||
fn point_from_local(&self, point: Point<1>) -> Point<3> {
|
||||
let (_, circle) = self;
|
||||
let (_, circle) = *self;
|
||||
|
||||
circle.point_from_circle_coords(point)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user