mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48:28 +00:00
Update name of variable
This commit is contained in:
parent
9ca4043d94
commit
8ac60ff9a4
@ -143,8 +143,8 @@ impl CurveGeometry for Line<3> {
|
||||
fn translate(&self, offset: Vector<3>) -> FloatingCurve {
|
||||
let line = self;
|
||||
|
||||
let translated = line.transform(&Transform::translation(offset));
|
||||
Box::new(translated)
|
||||
let line = line.transform(&Transform::translation(offset));
|
||||
Box::new(line)
|
||||
}
|
||||
|
||||
fn approximate(&self, _: [Point<1>; 2], _: Tolerance) -> Vec<Point<1>> {
|
||||
|
Loading…
Reference in New Issue
Block a user