Matrix3

constructor(m00: Float, m01: Float, m02: Float, m10: Float, m11: Float, m12: Float, m20: Float, m21: Float, m22: Float)


constructor(another: Matrix3)

Constructs to generate a new Matrix3 based on another Matrix3 instance.

Parameters

another

Another Matrix3 instance, and its values will be used to initialize a new Matrix3 instance with the same data sequence.