Project point onto surface using yaw, pitch, roll rotation and standard trig formulas

63 Views Asked by At

Given the known coordinates of location A (0,0,50), at which we have a laser pointer aimed downward, I need a series of equations that calculate the projected point onto the flat surface below (x,y,0) using and in the order yaw, pitch, roll. Rotations follow right hand rule. There are four quadrants, so the equations should be able to work around the entire circle. I’d like a series of standard trig equations, not matrix. Thanks!