☰
Clampable
Required Methods
clamp
Implementors
In rs_pbrt::core::mipmap
?
Trait
rs_pbrt
::
core
::
mipmap
::
Clampable
source
·
[
−
]
pub trait Clampable { fn
clamp
(self, min:
Float
, max:
Float
) -> Self; }
Required Methods
source
fn
clamp
(self, min:
Float
, max:
Float
) -> Self
Implementors
source
impl
Clampable
for
Float
source
impl
Clampable
for
Spectrum