[src]

Trait nalgebra::structs::mat::Mat4MulRhs

pub trait Mat4MulRhs<N, Res> {
    fn binop(left: &Mat4<N>, right: &Self) -> Res;
}

Required Methods

fn binop(left: &Mat4<N>, right: &Self) -> Res

Implementors