Vector.max

Clamps vector values to max

struct Vector(T, size_t N)
static if(isFloatingPoint!T)
void
max
if (
isNumeric!T &&
N > 0
)

Parameters

b VecType

Maximal Vector

Meta