[]Function rusty_engine::prelude::glm::scale_bias

pub fn scale_bias<N>(
    m: &Matrix<N, U4, U4, <DefaultAllocator as Allocator<N, U4, U4>>::Buffer>,
    scale: N,
    bias: N
) -> Matrix<N, U4, U4, <DefaultAllocator as Allocator<N, U4, U4>>::Buffer> where
    N: Number

Builds a scale-bias matrix, and right-multiply it to m.