macro_rules! new_mathvec {
    ( $( $a:expr ),* ) => { ... };
}
Expand description

Creates a new MathVector more elegantly from values.

Returns

A new MathVector<T>.