rotex-types 0.1.1

Types used by rotexengine tools
Documentation
1
2
3
4
5
6
7
8
pub(crate) const fn identity4() -> [[f32; 4]; 4] {
    [
        [1.0, 0.0, 0.0, 0.0],
        [0.0, 1.0, 0.0, 0.0],
        [0.0, 0.0, 1.0, 0.0],
        [0.0, 0.0, 0.0, 1.0],
    ]
}