Contains matrix data used by GetMatrixData and SetMatrixData.
More...
Contains matrix data used by GetMatrixData and SetMatrixData.
|
| double[][] | matrix |
| | 4x4 array of matrix coefficients. More...
|
| |
| int | type |
| | Matrix type, may have the following values: More...
|
| |
◆ matrix
4x4 array of matrix coefficients.
◆ type
Matrix type, may have the following values:
◆ GlgMatrixData() [1/3]
◆ GlgMatrixData() [2/3]
Copy constructor.
- Parameters
-
| matrix_data | The matrix data to copy. |
◆ GlgMatrixData() [3/3]
Copy constructor.
- Parameters
-
| matrix_p | The matrix object to copy matrix data from. |
◆ CopyFrom() [1/2]
Copies values from another GlgMatrix object.
- Parameters
-
| matrix_p | The matrix object to copy matrix data from. |
◆ CopyFrom() [2/2]
Copies values from another GlgMatrixData object.
- Parameters
-
| matrix_data | The matrix data to copy. |
◆ SetToMatrix()
Fills a matrix object with values of this matrix data object.
- Parameters
-
| matrix_p | The matrix object to fill the data of. |