Module linear_algebra

Source

Structs§

TransformationMatrix
A TransformationMatrix is a 2D transformation matrix following the CSS matrix transform format.

Functions§

matrix_product
Multiplies two matrices together.
matrix_product_path
Multiplies a matrix by a path of 2D points, returning a new path.