Matrix Operations

Python

Matrix Operations GitHub Repository

Matrix Operations repository is a python class library that is capable of performing various matrix operations such as transformation, translation, rotation and scale.

The library is also have support for Vector, Quaternion and Line types. Supported operations and types can be seen in Matrix Operations Guide

Documentation: Matrix Operations Guide

Repository also contains various github actions in order to keep the code bug free and maintain high code quality. Performed github actions on every pr;

- lint

- test

- coverage [>= %90]