## Goal Provide components and entity types that provide linear algebra. * Vectors * [Matrices](https://nalgebra.org/docs/user_guide/vectors_and_matrices#the-generic-matrix-type) * Geometric Entities * Transformation * translation * [scaling](https://nalgebra.org/docs/user_guide/points_and_transformations#transformations) * [rotations](https://nalgebra.org/docs/user_guide/points_and_transformations#rotations) * [projections](https://nalgebra.org/docs/user_guide/projections) * [homogeneous coordinates](https://nalgebra.org/docs/user_guide/cg_recipes/#transformations-using-matrix4) ### Library Integrate with https://nalgebra.org/ * https://nalgebra.org/docs/user_guide/getting_started * https://github.com/dimforge/nalgebra * https://crates.io/crates/nalgebra ## Repository Name * inexor-rgf-plugin-linear-algegra
Goal
Provide components and entity types that provide linear algebra.
Library
Integrate with https://nalgebra.org/
Repository Name