☰
Trait DimMin
Associated Types
Output
Required Methods
min
Implementors
Other items in
nalgebra
::
base
::
dimension
All crates
?
Trait
nalgebra
::
base
::
dimension
::
DimMin
[
−
]
[src]
pub trait DimMin<D:
Dim
>:
Dim
{ type
Output
:
Dim
; fn
min
(self, other: D) -> Self::
Output
; }
Associated Types
[src]
type
Output
:
Dim
Required methods
[src]
fn
min
(self, other: D) -> Self::
Output
Implementors
[src]
impl<D1:
DimName
, D2:
DimName
>
DimMin
<D2> for D1
where
D1::
Value
:
Min
<D2::
Value
>,
Minimum
<D1::
Value
, D2::
Value
>:
NamedDim
,
type
Output
= <
Minimum
<D1::
Value
, D2::
Value
> as
NamedDim
>::
Name
[src]
impl<D:
Dim
>
DimMin
<D> for
Dynamic
type
Output
=
Dynamic
[src]
impl<D:
DimName
>
DimMin
<
Dynamic
> for D
type
Output
=
Dynamic