Struct anl::ImplicitClamp [] [src]

pub struct ImplicitClamp { /* fields omitted */ }

Clamp is useful for ensuring that the output of a function does not go beyond a specified range. And values beyond the given range will be clipped.

Methods

impl ImplicitClamp
[src]

Trait Implementations

impl ImplicitModule for ImplicitClamp
[src]