AbstractStaticinverseStaticmultiplyStaticmultiplyMultiplies a 3-component vector by a 3x3 matrix.
Computes: result = matrix * vector
Used for linear color space transformations (e.g. RGB <--> XYZ).
The 3-component vector [x, y, z]
The 3x3 matrix (flat array of 9 numbers, row-major)
The resulting vector.
Matrix support methods.