pub type Vector<S> = <S as EuclideanSpace>::CoordinateSpace;
Expand description
The vector (translation, coordinate space, etc.) of a EuclideanSpace
.
pub type Vector<S> = <S as EuclideanSpace>::CoordinateSpace;
The vector (translation, coordinate space, etc.) of a EuclideanSpace
.