affine transformation

Something missing?
Post Reply
kejace
Posts: 6
Joined: Thu 30. Nov 2006, 15:03
Location: TU Berlin

affine transformation

Post by kejace » Mon 4. Dec 2006, 18:29

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

kejace
Posts: 6
Joined: Thu 30. Nov 2006, 15:03
Location: TU Berlin

ignore

Post by kejace » Tue 5. Dec 2006, 20:10

ok. already implemented myself, straightforward.
so please ignore post.

Post Reply