Function mult_matrix

pub fn mult_matrix(
    val_a: f64,
    val_b: f64,
    val_c: f64,
    val_d: f64,
    x: f64,
    y: f64,
)
Available on crate feature dep_fltk only.
Expand description

Concatenates another transformation onto the current one