Trait AsMatRef
pub trait AsMatRef<E>where
E: Entity,{
// Required method
fn as_mat_ref(&self) -> MatRef<'_, E>;
}
Expand description
Required Methods§
fn as_mat_ref(&self) -> MatRef<'_, E>
fn as_mat_ref(&self) -> MatRef<'_, E>
Convert to a matrix view.