One Byte Explainer: Homogenous coordinates

Eckehard - Jun 14 - - Dev Community

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer.

Explainer

To display a 3D scene on a 2D screen, each point needs to be projected. This can include multiple steps. Homogenous coordinates, introduced by A.F. Möbius in 1827, provide a way to combine the whole transformation pipeline into a single matrix operation.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .