I'm trying to rotate a point on a plane around the normal of the plane with a certain angle (so it stays on the plane).
For example:
- Point = (0,0,1) (on the plane)
- Normal = (0,1,0)
- Angle = 33 degrees
But can't seem to figure out how to do it
EDIT:
The axis of rotation always passes through the origin (0,0,0)