Macro nsi::matrix

source ·
macro_rules! matrix {
    ($name: tt, $value: expr) => { ... };
}
Expand description

Create a Matrix row-major, 4×4 transformation matrix argument. The matrix is given as 16 f32 values.