Function nalgebra_glm::max

source ·
pub fn max<T: Number, const D: usize>(a: &TVec<T, D>, b: T) -> TVec<T, D>
Expand description

Component-wise maximum between a vector and a scalar.

See also: