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

◆ Matrix33() [1/3]

SRL::Math::Types::Matrix33::Matrix33 ( )
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 is represented as:

| 0 0 0 |
| 0 0 0 |
| 0 0 0 |