Matrix transpose

This commit is contained in:
bloeys
2024-05-01 02:25:52 +04:00
parent da81ee79d9
commit 41307a8c5b
7 changed files with 140 additions and 4 deletions

View File

@ -4,6 +4,7 @@ Fast OpenGL/Graphics focused Mathematics library in Go inspired by the c++ libra
gglm currently has the following:
- Matrices are stored column major
- `Vec2`, `Vec3` and `Vec4` structs that implement vector (x,y,z,w) operations
- `Mat2`, `Mat3`, `Mat4` structs that implement square matrix operations
- `Quat` struct that implements quaternion operations