process and manipulate collections (arrays) of data Add number to every XYZ member of array3x
Return the length of a vector from an array 3
Clamp the values of an array to a min and max value
Return the fractional remainder of all values in an array
Pick from multiple mathematical modes which can all be applied to a single array
Perform a math operations on two arrays
Calculate a user-defined mathematical expression
Calculate a user-defined mathematical expression
Apply a max operation to all values in an array
Apply a min operation to all values in an array
Apply a modulo operation to all values in an array
Multiply every number in an array
Apply a Pow function to an array
Perform a sin or cos operation on the contents of an array
Return the square root of all values in the array
Sum of every number in an array
Smooth/average values in an array
conver an array3 of euler rotations to a array4 of quaternions