[][src]Function nalgebra_glm::column

pub fn column<N: Scalar, R: Dimension, C: Dimension>(
    m: &TMat<N, R, C>,
    index: usize
) -> TVec<N, R> where
    DefaultAllocator: Alloc<N, R, C>, 

The index-th column of the matrix m.

See also: