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