Macro lib_rapid::new_mathvec[][src]

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

Creates a new MathVector more elegantly from values.

Returns

A new MathVector.