This commit is contained in:
randogoth 2024-04-01 23:57:26 +03:00
parent 750e728064
commit 245594bde3

View file

@ -49,7 +49,7 @@ impl From<Point> for Coord<f32> {
}
#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq)]
pub struct Edge(usize, usize);
pub struct Edge(pub usize, pub usize);
#[derive(Debug, Default, Clone)]
pub struct TriangleData {