Ops.Array.Math


process and manipulate collections (arrays) of data

Array3Sum

Add number to every XYZ member of array3x

Array3VectorLength

Return the length of a vector from an array 3

ArrayCeil

Round numbers up

ArrayClamp

Clamp the values of an array to a min and max value

ArrayFloor

Round numbers down

ArrayFract

Return the fractional remainder of all values in an array

ArrayMath

Pick from multiple mathematical modes which can all be applied to a single array

ArrayMathArray

Perform a math operations on two arrays

ArrayMathExpression

Calculate a user-defined mathematical expression

ArrayMathExpressionTrigger

Calculate a user-defined mathematical expression

ArrayMax

Apply a max operation to all values in an array

ArrayMin

Apply a min operation to all values in an array

ArrayModulo

Apply a modulo operation to all values in an array

ArrayMultiply

Multiply every number in an array

ArrayPow

Apply a Pow function to an array

ArrayRound

Round numbers up

ArraySin

Perform a sin or cos operation on the contents of an array

ArraySqrt

Return the square root of all values in the array

ArraySumUp

Sum of every number in an array

AverageArray

Smooth/average values in an array

EulerArrayToQuaternions

conver an array3 of euler rotations to a array4 of quaternions