[][src]Function nalgebra_glm::row

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

The index-th row of the matrix m.

See also: