Click or drag to resize
Accord.NET (logo)

Matrix4x4 Fields

The Matrix4x4 type exposes the following members.

Fields
  NameDescription
Public fieldV00
Row 0 column 0 element of the matrix.
Public fieldV01
Row 0 column 1 element of the matrix.
Public fieldV02
Row 0 column 2 element of the matrix.
Public fieldV03
Row 0 column 3 element of the matrix.
Public fieldV10
Row 1 column 0 element of the matrix.
Public fieldV11
Row 1 column 1 element of the matrix.
Public fieldV12
Row 1 column 2 element of the matrix.
Public fieldV13
Row 1 column 3 element of the matrix.
Public fieldV20
Row 2 column 0 element of the matrix.
Public fieldV21
Row 2 column 1 element of the matrix.
Public fieldV22
Row 2 column 2 element of the matrix.
Public fieldV23
Row 2 column 3 element of the matrix.
Public fieldV30
Row 3 column 0 element of the matrix.
Public fieldV31
Row 3 column 1 element of the matrix.
Public fieldV32
Row 3 column 2 element of the matrix.
Public fieldV33
Row 3 column 3 element of the matrix.
Top
See Also