Re: How to calculate the height of a triangle given the "pitch" and the length of the hypotenuse?
- Posted by K_D_R Jul 28, 2013
- 2324 views
cargoan said...
b = c * sin(deg2rad(B)) a = c * cos(deg2rad(B))
Wonderful! Thanks a million!
Ken
b = c * sin(deg2rad(B)) a = c * cos(deg2rad(B))
Wonderful! Thanks a million!
Ken