pub trait AsMatMut<E: Entity> {
// Required method
fn as_mat_mut(&mut self) -> MatMut<'_, E>;
}Expand description
Trait for types that can be converted to a mutable matrix view.
pub trait AsMatMut<E: Entity> {
// Required method
fn as_mat_mut(&mut self) -> MatMut<'_, E>;
}Trait for types that can be converted to a mutable matrix view.