the array of vectors to iterate over
Number of elements between the start of each vec3. If 0 assumes tightly packed
Number of elements to skip at the beginning of the array
Number of vec3s to iterate over. If 0 iterates over entire array
Function to call for each vector in the array
Optional
arg: anyadditional argument to pass to fn
a
Generated using TypeDoc
Perform some operation over an array of vec3s.
Function