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

◆ operator*=() [1/2]

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

Multiplies this matrix by another 3x3 matrix.

This operator overload allows for the multiplication of this matrix by a 3x3 matrix, modifying only the rotation part of this matrix. The translation component remains unchanged.

Parameters
otherThe 3x3 matrix to multiply with.
Returns
Reference to this matrix after multiplication, allowing for method chaining.
matrix *= rotationMatrix; // Updates the matrix with the rotation from rotationMatrix