Decompresses an array of UV coordinates using a transformation matrix.
This function applies a decompression matrix to a batch of UV coordinates, adjusting them based on the transformation parameters.
The compressed UV coordinates (flat array).
The 3x3 decompression matrix stored in a 1D array.
Optional
Optional destination array. If not provided, a new Float32Array is created.
The decompressed UV coordinates.
Decompresses an array of UV coordinates using a transformation matrix.
This function applies a decompression matrix to a batch of UV coordinates, adjusting them based on the transformation parameters.