[]Function rusty_engine::prelude::glm::set_column

pub fn set_column<N, R, C>(
    m: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>,
    index: usize,
    x: &Matrix<N, R, U1, <DefaultAllocator as Allocator<N, R, U1>>::Buffer>
) -> Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer> where
    C: Dimension,
    N: Scalar,
    R: Dimension,
    DefaultAllocator: Alloc<N, R, C>, 

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

See also: