mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 03:48:27 +00:00
Update name of variable
This commit is contained in:
parent
f81cb922b9
commit
c5ac8a5a98
@ -41,12 +41,12 @@ impl SweptCurve {
|
||||
let u = self.u.project_point(point);
|
||||
let v = {
|
||||
let origin = self.u.point_from_local(u);
|
||||
let line = AnchoredCurve {
|
||||
let v = AnchoredCurve {
|
||||
origin,
|
||||
floating: self.v.clone_curve_geometry(),
|
||||
};
|
||||
|
||||
line.project_point(point)
|
||||
v.project_point(point)
|
||||
};
|
||||
|
||||
Point::from([u.t, v.t])
|
||||
|
Loading…
Reference in New Issue
Block a user