mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 03:48:27 +00:00
Remove redundant variable
This commit is contained in:
parent
95eacf1b09
commit
cc8e122a39
@ -51,8 +51,6 @@ impl AnchoredCurve {
|
||||
}
|
||||
|
||||
pub fn translate(&self, offset: impl Into<Vector<3>>) -> Self {
|
||||
let offset = offset.into();
|
||||
|
||||
Self {
|
||||
origin: Transform::translation(offset)
|
||||
.transform_point(&self.origin),
|
||||
|
Loading…
Reference in New Issue
Block a user