pub edge
This commit is contained in:
parent
750e728064
commit
245594bde3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue