Matrix2D Properties |
The Matrix2D type exposes the following members.
Name | Description | |
---|---|---|
m_a |
The matrix element in the first row, first column.
| |
m_b |
The matrix element in the first row, second column
| |
m_c |
The matrix element in the second row, first column
| |
m_d |
The matrix element in the second row, second column.
| |
m_h |
The matrix element in the third row, first column.
| |
m_v |
The matrix element in the third row, second column.
|