| 26 | /// Fast 3x3 f32 matrix backed by glam. |
| 27 | #[derive(Clone, Copy, Debug, PartialEq)] |
| 28 | pub struct Matrix3(pub Mat3); |
| 29 | |
| 30 | /// Fast 4x4 f32 matrix backed by glam. |
| 31 | #[derive(Clone, Copy, Debug, PartialEq)] |
no outgoing calls
no test coverage detected