Click or drag to resize
DigitalRuneMatrix44D Fields

The Matrix44D type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIdentity
Returns the 4 x 4 identity matrix.
Public fieldM00
The element in first row, first column.
Public fieldM01
The element in first row, second column.
Public fieldM02
The element in first row, third column.
Public fieldM03
The element in first row, fourth column.
Public fieldM10
The element in second row, first column.
Public fieldM11
The element in second row, second column.
Public fieldM12
The element in second row, third column.
Public fieldM13
The element in second row, fourth column.
Public fieldM20
The element in third row, first column.
Public fieldM21
The element in third row, second column.
Public fieldM22
The element in third row, third column.
Public fieldM23
The element in third row, fourth column.
Public fieldM30
The element in fourth row, first column.
Public fieldM31
The element in fourth row, second column.
Public fieldM32
The element in fourth row, third column.
Public fieldM33
The element in fourth row, fourth column.
Public fieldStatic memberOne
Returns a Matrix44D with all of its components set to one.
Public fieldStatic memberZero
Returns a Matrix44D with all of its components set to zero.
Top
See Also