The array of 3D positions to evaluate. The array length must be a multiple of 3.
Optional
min: FloatArrayParam = ...Optional pre-allocated array to store the minimum values. Defaults to a new array if not provided.
Optional
max: FloatArrayParam = ...Optional pre-allocated array to store the maximum values. Defaults to a new array if not provided.
min
: The minimum values along the x, y, and z axes.max
: The maximum values along the x, y, and z axes.
Retrieves the minimum and maximum values for a set of 3D positions.
This function calculates the minimum and maximum values along each axis (x, y, and z) from an array of 3D positions. The array is assumed to be a flat array where every three consecutive values represent a 3D position (x, y, z).