I have a triangle P1( 5,6,7) p2(-3,6,8) p3(1,3,7). I need to rotate this triangle, such that the triangle has a nomaln=(2,0,1).

how do I perform this rotation?


Many thanks!