mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-16 14:16:07 +00:00
Simplify
This commit is contained in:
parent
e05fb72534
commit
fa9da97dad
@ -67,7 +67,7 @@ impl Transform {
|
||||
&self,
|
||||
segment: &LineSegment<3>,
|
||||
) -> LineSegment<3> {
|
||||
let [a, b] = &segment.points();
|
||||
let [a, b] = &segment.points;
|
||||
LineSegment::from([self.transform_point(a), self.transform_point(b)])
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user