Type Definition nalgebra::core::VectorN [] [src]

type VectorN<N, D> = MatrixMN<N, D, U1>;

A statically sized D-dimensional column vector.

Methods

impl<N, R: DimName> VectorN<N, R> where
    N: Scalar + Zero + One,
    DefaultAllocator: Allocator<N, R>, 
[src]

[src]

The column vector with a 1 as its first component, and zero elsewhere.

[src]

The column vector with a 1 as its second component, and zero elsewhere.

[src]

The column vector with a 1 as its third component, and zero elsewhere.

[src]

The column vector with a 1 as its fourth component, and zero elsewhere.

[src]

The column vector with a 1 as its fifth component, and zero elsewhere.

[src]

The column vector with a 1 as its sixth component, and zero elsewhere.

[src]

The unit column vector with a 1 as its first component, and zero elsewhere.

[src]

The unit column vector with a 1 as its second component, and zero elsewhere.

[src]

The unit column vector with a 1 as its third component, and zero elsewhere.

[src]

The unit column vector with a 1 as its fourth component, and zero elsewhere.

[src]

The unit column vector with a 1 as its fifth component, and zero elsewhere.

[src]

The unit column vector with a 1 as its sixth component, and zero elsewhere.