Matrix operation class
I’ve created class useful for using matrices for 2D graphics. Soon I’ll be posting my whole project that was using it and was written for my class from “Computer Graphics”. Download it here: http://binary10.info/files/MyMatrix.java
No related posts
hi,
i can’t download the code – i get redirected back on your blog.
btw there are such classes already written by sun.
Hi, link works now.
I know there are many classes to do this, but I wanted to write my own.