Macro static_math::m44_new[][src]

macro_rules! m44_new {
    ($($first_row : expr), * ; $($second_row : expr), * ; $($third_row : expr), *
 ; $($fourth_row : expr), *) => { ... };
}