Click or drag to resize
DigitalRuneMatrix33F Fields

The Matrix33F type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIdentity
Returns the 3 x 3 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 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 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 fieldStatic memberOne
Returns a Matrix33F with all of its components set to one.
Public fieldStatic memberZero
Returns a Matrix33F with all of its components set to zero.
Top
See Also