Click or drag to resize
DigitalRuneMatrix22F Fields

The Matrix22F type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIdentity
Returns the 2 x 2 identity matrix.
Public fieldM00
The element in first row, first column.
Public fieldM01
The element in first row, second column.
Public fieldM10
The element in second row, first column.
Public fieldM11
The element in second row, second column.
Public fieldStatic memberOne
Returns a Matrix22F with all of its components set to one.
Public fieldStatic memberZero
Returns a Matrix22F with all of its components set to zero.
Top
See Also