Function nalgebra_glm::value_ptr

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

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