Math v0.0.1
matrix.hpp File Reference

Common matrix functions. More...

Detailed Description

Common matrix functions.

Matrix is a mathematical structure used to represent transformations such as translation, rotation, scaling, and shearing. These matrices are often 4x4 matrices in 3D graphics, allowing for efficient manipulation of objects in 3D space using homogeneous coordinates. Matrices enable combining multiple transformations into a single operation and are essential in rendering pipelines, skeletal animation or camera movements.