Trait Matrix4Extension

Source
pub trait Matrix4Extension<T>
where T: Scalar,
{ // Required method fn mat3(&self) -> Matrix3<T>; }

Required Methods§

Source

fn mat3(&self) -> Matrix3<T>

Implementors§

Source§

impl<T> Matrix4Extension<T> for Matrix4<T>
where T: Scalar,