Type Definition vectrix::Vector[][src]

pub type Vector<T, const M: usize> = Matrix<T, M, 1>;
Expand description

A matrix with one column and M rows.

Implementations

Creates a new vector from the given components.

Creates a new vector from the given components.

Creates a new vector from the given components.

Creates a new vector from the given components.

Creates a new vector from the given components.

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.