Page 1 of 1

affine transformation

Posted: Mon 4. Dec 2006, 18:29
by kejace
I would very much like a MatrixBuilder.affineTransformation(double[] p1, double[] p2, double[] p3, double[] q1, double[] q2, double[] q3);

That is, given two triangles p,q in 3-space, find the affine transformation (4x4 matrix) that transforms p to q.

//Kristoffer

ignore

Posted: Tue 5. Dec 2006, 20:10
by kejace
ok. already implemented myself, straightforward.
so please ignore post.