4
$\begingroup$

I have a plane defined by 3 points. I want to rotate that plane so that it will be possible to change the orientation of the plane in any dimensions. For example, what I want to do is converting this:

image1

To this:

image2

How can I do it?

Thanks

  • 0
    I want to redefine the position of the three points I have, around an axis. So, the result will be a rotated plane.2012-08-03

1 Answers 1

4

OK, I finally found an answer. The method I should have used is Rodrigues' Rotation Formula

Now I have another problem with it though. :)