Trait bismuth::math::Clamp [] [src]

pub trait Clamp<T> where
    T: PartialOrd
{ fn clamp(&self, min: T, max: T) -> Self; }

Required Methods

Implementations on Foreign Types

impl<T> Clamp<T> for Point3<T> where
    T: PartialOrd + Scalar
[src]

[src]

Implementors