[][src]Function nalgebra_glm::value_ptr

pub fn value_ptr<N: Scalar, R: Dimension, C: Dimension>(
    x: &TMat<N, R, C>
) -> &[N] where
    DefaultAllocator: Alloc<N, R, C>, 

Converts a matrix or vector to a slice arranged in column-major order.