mirror of
https://github.com/hannobraun/Fornjot
synced 2025-10-21 07:18:14 +00:00
Remove redundant code
This commit is contained in:
parent
38d62383af
commit
343221d30e
@ -26,7 +26,6 @@ pub trait SweepExt {
|
||||
impl SweepExt for Handle<Face> {
|
||||
fn sweep(self, along: FloatingCurve, to: impl Into<Point<1>>) -> Solid {
|
||||
let [from, to] = [Point::from([0.]), to.into()]
|
||||
.map(Into::into)
|
||||
.map(|point| along.vector_from_local_point(point));
|
||||
|
||||
let bottom = self;
|
||||
|
Loading…
x
Reference in New Issue
Block a user