Function elmesque::transform_2d::matrix [−] [src]

pub fn matrix(a: f64, b: f64, c: f64, d: f64, x: f64, y: f64) -> Transform2D

Creates a transformation matrix. This lets you create transforms such as scales, shears, reflections and translations.

a b x c d y