☰
Clampable
Required Methods
clamp
Implementors
In rs_pbrt::core::mipmap
?
Trait
rs_pbrt
::
core
::
mipmap
::
Clampable
source
·
[
−
]
pub trait Clampable { // Required method 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