Hi friends
Just figured out what was wrong with a bit of VEX the results were giving random numbers when trying to work out a triangle.
the math to work out the triangle edge needed was Length_A * tan(Angle_B) = Length_B
the correct figures are
Length_A =3.5
Angle_B = 52
3.5 * tan(52) = 4.479795713
3.5 * 1.2739941632 = 4.479795713
Length_B = 4.479795713
calculator tan(52) = 1.279941632
////////////////////////////
Houdini tan(Angle_B) = -6.05327
so I manually typed the figures in
Houdini tan(52) = -6.05327
so I manually typed the figures in
Houdini 3.5 * 1.2739941632 = 4.5898 still a tenth off the needed result
Really do NOT know where to go from here if the math is so far off??? or am I really Thick ??? you can tell me it's ok.