What is homogeneous coordinate system in computer graphics?
Answers
Answered by
0
Homogeneous coordinates are ubiquitous in computer graphics because they allow common vector operations such as translation, rotation, scaling and perspective projection to be represented as a matrix by which the vector is multiplied.
Similar questions