constructor(m00: Float, m01: Float, m02: Float, m10: Float, m11: Float, m12: Float, m20: Float, m21: Float, m22: Float)
Constructs to generate a new Matrix3 based on another Matrix3 instance.
Another Matrix3 instance, and its values will be used to initialize a new Matrix3 instance with the same data sequence.