[src]

Trait nalgebra::structs::mat::Mat6MulRhs

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

Required Methods

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

Implementors