Function graphics::math::scale

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

Create a scale matrix.