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
b294ad08c4
commit
d4ba69c0da
@ -38,7 +38,8 @@ impl SurfaceGeom {
|
||||
}
|
||||
|
||||
fn path_to_line(&self) -> Line<3> {
|
||||
Line::from_origin_and_direction(self.u.origin(), self.v)
|
||||
let Self { u, v } = self;
|
||||
Line::from_origin_and_direction(u.origin(), *v)
|
||||
}
|
||||
|
||||
/// Project the global point into the surface
|
||||
|
Loading…
Reference in New Issue
Block a user