Function scale

Source
pub fn scale<T>(sx: T, sy: T) -> [[T; 3]; 2]
where T: Float,
Expand description

Create a scale matrix.