Trait rust_pathtracer::prelude::base::DimMin
source · pub trait DimMin<D>: Dimwhere
D: Dim,{
type Output: Dim;
// Required method
fn min(self, other: D) -> Self::Output;
}pub trait DimMin<D>: Dimwhere
D: Dim,{
type Output: Dim;
// Required method
fn min(self, other: D) -> Self::Output;
}