Function nalgebra_glm::value_ptr

source ·
pub fn value_ptr<T: Scalar, const R: usize, const C: usize>(
    x: &TMat<T, R, C>
) -> &[T]
Expand description

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