I have a face made from 4 xyz vertices.
I want to align it with the z axis so it is parallel with it.
If I calculate the normals I can calculate the angle between them but that is just the angle. I need an x rotation and a y rotation.
I am using numpy on Python 3.
Thanks.