[][src]Trait vek::ops::ClampMinus1

pub trait ClampMinus1: Clamp + One + Neg<Output = Self> { }

A scalar or vector that can be constrained to be between -1 and 1 (inclusive).

Implementors

impl<T: Clamp + One + Neg<Output = T>> ClampMinus1 for T[src]

Loading content...