mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-22 07:22:06 +00:00
Remove redundant code
This commit is contained in:
parent
743a2a0e61
commit
6a170a9bf4
@ -49,12 +49,6 @@ impl SurfaceGeometry for FlippedSurface {
|
||||
boundary: &Aabb<2>,
|
||||
tolerance: Tolerance,
|
||||
) -> SurfaceApprox {
|
||||
let mut approx = self.original.approximate(boundary, tolerance);
|
||||
|
||||
for point in &mut approx.points {
|
||||
point.u = -point.u;
|
||||
}
|
||||
|
||||
approx
|
||||
self.original.approximate(boundary, tolerance)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user