aboutsummaryrefslogtreecommitdiff
path: root/evc/src/helpers/matrix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'evc/src/helpers/matrix.rs')
-rw-r--r--evc/src/helpers/matrix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/evc/src/helpers/matrix.rs b/evc/src/helpers/matrix.rs
index 87c0e7d..c3c120b 100644
--- a/evc/src/helpers/matrix.rs
+++ b/evc/src/helpers/matrix.rs
@@ -1,6 +1,6 @@
use crate::helpers::vector::Vec2;
-#[derive(Debug, Clone, Copy)]
+#[derive(Debug, Clone, Copy, PartialEq)]
pub struct Mat2<T> {
pub a: T,
pub b: T,