min VEX function

Contexts: image3d, chop, cop, pop, sop, surface, displace, fog, light, shadow, photon, cvex

See also: max

  1. float min(vector )

    Returns the minimum of the vector’s 3 components

  2. float min(float a, float b)

    Returns the minimum parameter

  3. float min(float[] arr)

    Returns the minimum value in the array.

  4. int min(int, int, ...)

    Returns the minimum of the given arguments.