Click or drag to resize

Matrix4x4 Fields

The Matrix4x4 type exposes the following members.

Fields
  NameDescription
Public fieldM11
Value at row 1, column 1 of the matrix.
Public fieldM12
Value at row 1, column 2 of the matrix.
Public fieldM13
Value at row 1, column 3 of the matrix.
Public fieldM14
Value at row 1, column 4 of the matrix.
Public fieldM21
Value at row 2, column 1 of the matrix.
Public fieldM22
Value at row 2, column 2 of the matrix.
Public fieldM23
Value at row 2, column 3 of the matrix.
Public fieldM24
Value at row 2, column 4 of the matrix.
Public fieldM31
Value at row 3, column 1 of the matrix.
Public fieldM32
Value at row 3, column 2 of the matrix.
Public fieldM33
Value at row 3, column 3 of the matrix.
Public fieldM34
Value at row 3, column 4 of the matrix.
Public fieldM41
Value at row 4, column 1 of the matrix.
Public fieldM42
Value at row 4, column 2 of the matrix.
Public fieldM43
Value at row 4, column 3 of the matrix.
Public fieldM44
Value at row 4, column 4 of the matrix.
Top
See Also