Function nalgebra_glm::value_ptr[][src]

Important traits for &'a [u8]
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.