Function graphics::math::scale

source ·
pub fn scale<T>(sx: T, sy: T) -> Matrix2d<T>where
    T: Float,
Expand description

Create a scale matrix.