mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-21 17:36:07 +00:00
Prepare to fully support swept curves
This commit is contained in:
parent
958e27ca10
commit
931f22f8ea
@ -27,7 +27,7 @@ impl SweptCurve {
|
||||
|
||||
let u = self.curve.project_point(point);
|
||||
let v = {
|
||||
let origin = self.curve.point_from_line_coords(u);
|
||||
let origin = self.curve.point_from_local(u);
|
||||
let line = Line::from_origin_and_direction(origin, self.path);
|
||||
line.point_to_line_coords(point)
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user