pub trait SetMatrix {
    // Required method
    fn set_matrix(&mut self, matrix: &Matrix) -> &mut Self;
}

Required Methods§

source

fn set_matrix(&mut self, matrix: &Matrix) -> &mut Self

👎Deprecated since 0.38.0: Use M44 version

DEPRECATED – use M44 version

Implementors§