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

◆ operator*=() [2/2]

Matrix43 & SRL::Math::Types::Matrix43::operator*= ( const Matrix43 & other)
inlineconstexpr

Multiplies this matrix by another, combining transformations.

This operator overload allows for the multiplication of this matrix by another transformation matrix, effectively combining the transformations. The result is a new matrix that represents the combined effect of both transformations.

Parameters
otherThe matrix to multiply with.
Returns
Reference to this matrix after multiplication, allowing for method chaining.
Matrix43 result = matrix1 * matrix2; // Combines transformations of matrix1 and matrix2
constexpr Matrix43()
Default constructor initializing to a zero matrix.
Definition mat43.hpp:85