Comments on: Matrix Multiplication http://rotand.dk/2008/06/14/matrix-multiplication/ Just another pointless weblog Wed, 09 May 2012 10:19:19 +0000 hourly 1 https://wordpress.org/?v=4.3.18 By: admin http://rotand.dk/2008/06/14/matrix-multiplication/comment-page-1/#comment-1362 Fri, 18 Jul 2008 20:08:40 +0000 http://rotand.dk/blog/?p=69#comment-1362 Its a series of linear transforms, scaling, rotation and translation.
The colors are random.
Its starts with a polygon, which is scaled, rotated and translated and painted over and over again.
There is lot of alpha in the colors and its very thin lines, hence the “nice effect”.
The only way to use matrices to represent translations is to use homogenus coordinates.
All in all it just made to look nice, and as an programming excercise.

]]>
By: chuko http://rotand.dk/2008/06/14/matrix-multiplication/comment-page-1/#comment-1361 Fri, 18 Jul 2008 19:28:27 +0000 http://rotand.dk/blog/?p=69#comment-1361 What am I looking at here, some sort of representation of an homogeneous coordinate transform? What coordinate system? What do the colors mean?

]]>
By: admin http://rotand.dk/2008/06/14/matrix-multiplication/comment-page-1/#comment-1360 Sun, 13 Jul 2008 12:28:35 +0000 http://rotand.dk/blog/?p=69#comment-1360 Well for the sake of the exercise i did all the manipulation af the coordinates manually.
Which means that the transformations are matrix multiplacations.
So the inspiration, for the code, is from the book and lectures.

]]>
By: Städ http://rotand.dk/2008/06/14/matrix-multiplication/comment-page-1/#comment-1359 Wed, 09 Jul 2008 23:32:15 +0000 http://rotand.dk/blog/?p=69#comment-1359 Hi there.
Inspiration? don´t get it.

]]>