mirror of
https://github.com/hannobraun/Fornjot
synced 2025-03-01 10:35:54 +00:00
Derive fewer traits for PartialSurfaceVertex
It won't be able to support all of them going forward.
This commit is contained in:
parent
fe2fa1b8b7
commit
08a99f49c3
@ -80,7 +80,7 @@ impl From<&Vertex> for PartialVertex {
|
||||
/// A partial [`SurfaceVertex`]
|
||||
///
|
||||
/// See [`crate::partial`] for more information.
|
||||
#[derive(Clone, Debug, Default, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||
#[derive(Clone, Debug, Default)]
|
||||
pub struct PartialSurfaceVertex {
|
||||
/// The position of the [`SurfaceVertex`]
|
||||
pub position: Option<Point<2>>,
|
||||
|
Loading…
Reference in New Issue
Block a user