mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-13 22:38: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 struct Point {
|
||||||
pub coords: [f32; 3],
|
pub coords: [f32; 3],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user