<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Matrix Multiplication</title>
	<atom:link href="http://rotand.dk/blog/2008/06/14/matrix-multiplication/feed/" rel="self" type="application/rss+xml" />
	<link>http://rotand.dk/blog/2008/06/14/matrix-multiplication/</link>
	<description>Just another pointless weblog</description>
	<lastBuildDate>Sun, 25 Oct 2009 21:38:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://rotand.dk/blog/2008/06/14/matrix-multiplication/comment-page-1/#comment-1362</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://rotand.dk/blog/?p=69#comment-1362</guid>
		<description>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 &quot;nice effect&quot;.
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.</description>
		<content:encoded><![CDATA[<p>Its a series of linear transforms, scaling, rotation and translation.<br />
The colors are random.<br />
Its starts with a polygon, which is scaled, rotated and translated and painted over and over again.<br />
There is lot of alpha in the colors and its very thin lines, hence the &#8220;nice effect&#8221;.<br />
The only way to use matrices to represent translations is to use homogenus coordinates.<br />
All in all it just made to look nice, and as an programming excercise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuko</title>
		<link>http://rotand.dk/blog/2008/06/14/matrix-multiplication/comment-page-1/#comment-1361</link>
		<dc:creator>chuko</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://rotand.dk/blog/?p=69#comment-1361</guid>
		<description>What am I looking at here, some sort of representation of an homogeneous coordinate transform? What coordinate system? What do the colors mean?</description>
		<content:encoded><![CDATA[<p>What am I looking at here, some sort of representation of an homogeneous coordinate transform? What coordinate system? What do the colors mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://rotand.dk/blog/2008/06/14/matrix-multiplication/comment-page-1/#comment-1360</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 13 Jul 2008 12:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://rotand.dk/blog/?p=69#comment-1360</guid>
		<description>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.</description>
		<content:encoded><![CDATA[<p>Well for the sake of the exercise i did all the manipulation af the coordinates manually.<br />
Which means that the transformations are matrix multiplacations.<br />
So the inspiration, for the code, is from the book and lectures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Städ</title>
		<link>http://rotand.dk/blog/2008/06/14/matrix-multiplication/comment-page-1/#comment-1359</link>
		<dc:creator>Städ</dc:creator>
		<pubDate>Wed, 09 Jul 2008 23:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://rotand.dk/blog/?p=69#comment-1359</guid>
		<description>Hi there.
Inspiration? don´t get it.</description>
		<content:encoded><![CDATA[<p>Hi there.<br />
Inspiration? don´t get it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
