mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 03:18:30 +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 struct Vertex {
|
||||||
pub point: Point,
|
pub point: Point,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user