Zoltan Hawryluk, zoltan.dulac@gmail.com
CSS transform code looks like this:
#obj {
transform: rotate(45deg) scale(2);
}
transform: matrix3d(2.434961, 0.026393, 0, 0.003202,
-0.044022, 0.089971, 0, -0.001254,
0, 0, 1, 0,
33, 271, 0, 1);
transform-origin: 0px 0px 0px;
These numbers don't mean anything unless you understand this ....
I have a university degree in math
A fellow named James Coglan developed a great matrix Javascript library called Sylvester.js that could do the hard work for me.
I like to (try to) solve hard problems.
So I created the Matrix Construction Set