Hello!
Why is this line wrong???
float deg = Mathf.Tan(30) * Mathf.Rad2Deg;
The return = -2.18504, that is not what I want.
I know that rad have to get to grad, but however…
What I want to do is, making this simple calculation:
tan30 = 0.57735…
weired…
Please help. Thanks!