Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Homegeneous Coordinates (Score 1) 2

The story forgot one important motivation for using 4D matrices (or more exactly, homogeneous coordinates), and that is the perspective transformation. With ordinary 3x3 matrices, all you can do is 3D are affine transformations, and both translations and projections (which is needed for eprspective) cannot be handled using only affine transformations. Anyway, any decent 'intro to graphics' course should explain this. Problem is there are too many books on the market along the lines of 'Learn Graphics using OpenGL in 1,2,3', which many students mistake as a scientific treatise on the topic.

Slashdot Top Deals

"It is easier to fight for principles than to live up to them." -- Alfred Adler

Working...