Macro static_math::m33_new[][src]

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