Trait reverie_engine_opengl::math::nalgebra::DimMax

source ·
pub trait DimMax<D>: Dim
where D: Dim,
{ type Output: Dim; // Required method fn max(self, other: D) -> Self::Output; }

Required Associated Types§

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<D> DimMax<Dynamic> for D
where D: DimName,

source§

impl<D> DimMax<D> for Dynamic
where D: Dim,

source§

impl<const A: usize, const B: usize> DimMax<Const<B>> for Const<A>

§

type Output = <<<Const<A> as ToTypenum>::Typenum as Max<<Const<B> as ToTypenum>::Typenum>>::Output as ToConst>::Const