aboutsummaryrefslogtreecommitdiff
path: root/src/math/vector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* various improvementsvimene2024-12-311-175/+0
| | | | | | | | | | | - added quaternions and rewrote all rotations to use them - added transforms to put all object transforms in a single place - added Wavefront .obj file parser - removed frame buffer's abstract class - improved vectors, matrices, triangles, vertices and vertices data by putting all code in header file - added vector's operations - changed from NULL to nullptr - miscellaneous improvements
* fixed perspective calculationsvimene2023-12-091-6/+6
|
* renamed MathVector{2,3,4} to Vector{2,3,4} and Mat4 to Matrix4 in engine::mathvimene2023-12-031-45/+45
|
* renamed math_vector.{h,cpp} to vector.{h,cpp}vimene2023-12-031-0/+175