Computer graphics in Game development
Ivan Belyavtsev
23.10.2020
It’s possible to construct any image using the next operation:
Homogeneous coordinates - cartesian coordinates + 1 dimension
where
First scale, then rotate, then translate
Remember about left-handed and right-handed operations!
Check correctness of each matrix, e.x. in DirecX documentation [1]
Let’s implement it together