Field Row0
Represents the first row of a 2x2 matrix, where the X component corresponds to M11 and the Y component corresponds to M12.
public Vector2 Row0
Returns
- Vector2
- Represents the first row of a 2x2 matrix, where the X component corresponds to M11 and the Y component corresponds to M12.
Remarks
This field is typically used to directly access or modify the elements of the first row in a 2x2 matrix. The X component represents the value at the first row, first column (M11), and the Y component represents the value at the first row, second column (M12).