use Add;
use Div;
use Mul;
use Sub;
pub use Dimension2;
pub use Dimension3;
/// An trait to allow the [`Model`](crate::model::Model) to operate in N dimensional Euclidean space.
/// Magnitude is a newtype alias holding the magnitude value of a vector.
;