Trait reverie_engine_opengl::math::nalgebra::DimDiv

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

Required Associated Types§

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§

source§

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

source§

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

source§

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

§

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