One Byte Explainer: Homogenous coordinates
Eckehard

Eckehard @efpage

About: Always curious...

Location:
Germany
Joined:
May 24, 2021

One Byte Explainer: Homogenous coordinates

Publish Date: Jun 14 '24
10 0

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.

Comments 0 total

    Add comment