Trait nalgebra::base::dimension::DimAdd

source ·
pub trait DimAdd<D: Dim>: Dim {
    type Output: Dim;

    // Required method
    fn add(self, other: D) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn add(self, other: D) -> Self::Output

Object Safety§

This trait is not object safe.

Implementors§