Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. eqn1 = g_x*cos(p)*cos(y) + g_y*(sin(p)*sin(r)*cos(y) - sin(y)*cos(r)) + g_z*(sin(p)*cos(r)*cos(y) + sin(r)*sin(y)) - n_x;
  2. eqn2 = g_x*sin(y)*cos(p) + g_y*(sin(p)*sin(r)*sin(y) + cos(r)*cos(y)) + g_z*(sin(p)*sin(y)*cos(r) - sin(r)*cos(y)) - n_x;
  3. eqn3 = -g_x*sin(p) + g_y*sin(r)*cos(p) + g_z*cos(p)*cos(r) - n_z;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement