[][src]Function nalgebra_glm::set_column

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

Sets to x the index-th column of the matrix m.

See also: