[][src]Trait pbrt::core::mipmap::Clampable

pub trait Clampable {
    fn clamp(self, min: Float, max: Float) -> Self;
}

Required Methods

Implementors

impl Clampable for Float
[src]

impl Clampable for Spectrum
[src]