Type Definition vecmat::vector::Vector2

source · []
pub type Vector2<T> = Vector<T, 2>;

Trait Implementations

Converts to this type from the input type.