SaturnRingLibrary 0.9.1
SGL wrapper
 
Loading...
Searching...
No Matches

◆ Matrix43() [1/4]

SRL::Math::Types::Matrix43::Matrix43 ( )
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 |
Note
This constructor is typically used when no transformation is required, and the matrix should represent the default state.