pub trait SetMatrix {
// Required method
fn set_matrix(&mut self, matrix: &Matrix) -> &mut Self;
}
Required Methods§
sourcefn set_matrix(&mut self, matrix: &Matrix) -> &mut Self
fn set_matrix(&mut self, matrix: &Matrix) -> &mut Self
👎Deprecated since 0.38.0: Use M44 version
DEPRECATED – use M44
version