dev-resources.site
for different kinds of informations.
One Byte Explainer: Homogenous coordinates
Published at
6/14/2024
Categories
devchallenge
cschallenge
computerscience
beginners
Author
Eckehard
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.
Articles
12 articles in total
About the "S" in Solid
read article
One Byte Explainer: Homogenous coordinates
currently reading
Object Oriented Programming
read article
Flems.io
read article
Revisiting the "Revealing Module pattern"
read article
Measuring performance
read article
Nano "Typescript" without compilation
read article
6 times faster loops in Javascript
read article
Better event throttle
read article
Better array concat...
read article
Easy Math in Javascript
read article
Loops the functional way
read article
Featured ones: