mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-01 23:16:40 +00:00
Remove unused code
This commit is contained in:
parent
14e1982545
commit
b553b1eaea
@ -123,12 +123,6 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
/// Returned by [`Triangle::from_points`], if the points don't form a triangle
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||
pub struct NotATriangle<const D: usize> {
|
||||
pub points: [Point<D>; 3],
|
||||
}
|
||||
|
||||
/// Winding direction of a triangle.
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||
pub enum Winding {
|
||||
|
Loading…
x
Reference in New Issue
Block a user