mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-17 15:36:11 +00:00
Prepare for follow-on change
This commit is contained in:
parent
845b0578f8
commit
30e5c0ba72
@ -183,10 +183,8 @@ fn distances(
|
||||
) -> Point<3> {
|
||||
let [start, end] = geometry.of_half_edge(half_edge).boundary.inner;
|
||||
let path_coords = start + (end - start) * percent;
|
||||
let surface_coords = geometry
|
||||
.of_half_edge(half_edge)
|
||||
.path
|
||||
.point_from_path_coords(path_coords);
|
||||
let path = geometry.of_half_edge(half_edge).path;
|
||||
let surface_coords = path.point_from_path_coords(path_coords);
|
||||
geometry
|
||||
.of_surface(surface)
|
||||
.point_from_surface_coords(surface_coords)
|
||||
|
Loading…
x
Reference in New Issue
Block a user