Computes the minimum and maximum bounds for a flat array of UV coordinates.
This function iterates over a flat array of UV coordinates and computes the
minimum and maximum values for each component (u, v). These bounds can be used
for various operations like normalization, quantization, or texture mapping.
Computes the minimum and maximum bounds for a flat array of UV coordinates.
This function iterates over a flat array of UV coordinates and computes the minimum and maximum values for each component (u, v). These bounds can be used for various operations like normalization, quantization, or texture mapping.