mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-12 10:15:51 +00:00
Refactor
This commit is contained in:
parent
49ace432b7
commit
4ccb41cdc6
@ -63,7 +63,6 @@ where
|
||||
P: Into<Point<D>>,
|
||||
{
|
||||
fn from(points: [P; 3]) -> Self {
|
||||
let points = points.map(Into::into);
|
||||
Self::from_points(points)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user