OP_AxB:null = 0
Multiplies transform
a by the vector
b.
OP_BxA:null = 1
Multiplies vector
b by the transform
a.
OP_3x3_AxB:null = 2
Multiplies transform
a by the vector
b, skipping the last row and column of the transform.
OP_3x3_BxA:null = 3
Multiplies vector
b by the transform
a, skipping the last row and column of the transform.
OP_MAX:null = 4
Represents the size of the
Operator enum.