pub trait SetMatrix {
// Required method
fn set_matrix(&self, matrix: &Matrix) -> &Self;
}
Required Methods§
fn set_matrix(&self, matrix: &Matrix) -> &Self
👎Deprecated since 0.38.0: Use M44 version
fn set_matrix(&self, matrix: &Matrix) -> &Self
DEPRECATED – use M44
version
Object Safety§
This trait is not object safe.