mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Update name of variable
This commit is contained in:
parent
844fd225d5
commit
189bd7caf0
@ -118,8 +118,8 @@ impl CurveGeometry for Circle<3> {
|
||||
fn translate(&self, offset: Vector<3>) -> FloatingCurve {
|
||||
let circle = self;
|
||||
|
||||
let translated = circle.transform(&Transform::translation(offset));
|
||||
Box::new(translated)
|
||||
let circle = circle.transform(&Transform::translation(offset));
|
||||
Box::new(circle)
|
||||
}
|
||||
|
||||
fn approximate(
|
||||
|
Loading…
Reference in New Issue
Block a user