Rotating a plane in 3D Space

16.6k Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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

Now I have another problem with it though. :)