mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Inline redundant variable
This commit is contained in:
parent
f991b579d2
commit
9116591db1
@ -128,9 +128,7 @@ impl CurveGeometry for Line {
|
||||
}
|
||||
|
||||
fn project_vector(&self, vector: Vector<3>) -> Point<1> {
|
||||
let line = self;
|
||||
|
||||
line.project_vector(vector)
|
||||
self.project_vector(vector)
|
||||
}
|
||||
|
||||
fn approximate(&self, _: [Point<1>; 2], _: Tolerance) -> Vec<Point<1>> {
|
||||
|
Loading…
Reference in New Issue
Block a user