[]Function rusty_engine::prelude::glm::translation2d

pub fn translation2d<N>(
    v: &Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>
) -> Matrix<N, U3, U3, <DefaultAllocator as Allocator<N, U3, U3>>::Buffer> where
    N: Number

A 3 * 3 translation matrix created from the scaling factor on each axis.

See also: