Trait jumpy::core::physics::rapier::nalgebra::base::constraint::DimEq

source ·
pub trait DimEq<D1, D2>
where D1: Dim, D2: Dim,
{ type Representative: Dim; }
Expand description

Constraints D1 and D2 to be equivalent.

Required Associated Types§

source

type Representative: Dim

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant.

Implementors§

source§

impl<D> DimEq<Dyn, D> for ShapeConstraint
where D: DimName,

source§

impl<D> DimEq<D, Dyn> for ShapeConstraint
where D: DimName,

source§

impl<D> DimEq<D, D> for ShapeConstraint
where D: Dim,