Click or drag to resize

Matrix4 Fields

The Matrix4 type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIdentity
The identity 4x4 matrix
Public fieldM00
The [0, 0] or [0] element of the matrix.
Public fieldM01
The [0, 1] or [1] element of the matrix.
Public fieldM02
The [0, 2] or [2] element of the matrix.
Public fieldM03
The [0, 3] or [3] element of the matrix.
Public fieldM10
The [1, 0] or [4] element of the matrix.
Public fieldM11
The [1, 1] or [5] element of the matrix.
Public fieldM12
The [1, 2] or [6] element of the matrix.
Public fieldM13
The [1, 3] or [7] element of the matrix.
Public fieldM20
The [2, 0] or [8] element of the matrix.
Public fieldM21
The [2, 1] or [9] element of the matrix.
Public fieldM22
The [2, 2] or [10] element of the matrix.
Public fieldM23
The [2, 3] or [11] element of the matrix.
Public fieldM30
The [3, 0] or [12] element of the matrix.
Public fieldM31
The [3, 1] or [13] element of the matrix.
Public fieldM32
The [3, 2] or [14] element of the matrix.
Public fieldM33
The [3, 3] or [15] element of the matrix.
Top
See Also