|
inlineconstexpr |
Default constructor initializing to a zero matrix.
This constructor initializes the matrix to a zero matrix, which means all elements are set to zero. This is often used as a starting point for transformations before any operations are applied.
The zero matrix for a 4x3 matrix is represented as:
| 0 0 0 | | 0 0 0 | | 0 0 0 | | 0 0 0 |