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

◆ Matrix43() [3/4]

SRL::Math::Types::Matrix43::Matrix43 ( const Matrix33 & rotation,
const Vector3D & translation )
inlineconstexpr

Combines rotation matrix with translation.

This constructor initializes a 4x3 matrix using a base 3x3 rotation/scale matrix and a translation vector. The resulting matrix represents a transformation that combines the specified rotation and translation.

Parameters
rotationThe base 3x3 rotation/scale matrix that defines the rotation component of the transformation.
translationThe translation vector that defines the position of the transformation in world space.
Note
This constructor is useful for creating transformation matrices that include both rotation and translation.