mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 03:48:27 +00:00
Derive Copy
for Point
This commit is contained in:
parent
e1d4de9f55
commit
9a01093fd8
@ -338,6 +338,7 @@ impl Mul<Self> for Mat4x4 {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct Point {
|
||||
pub coords: [f32; 3],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user