mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 19:08:28 +00:00
Derive more traits for Vertex
This commit is contained in:
parent
68ba8feb90
commit
254dfb626c
@ -34,7 +34,7 @@ impl Operation for Mesh {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Clone, Copy, Eq, Ord, PartialEq, PartialOrd)]
|
||||
pub struct Vertex {
|
||||
pub point: Point,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user