Hi Danny, re: math expressions angle input in degrees,
Yeah I think that makes sense since this area is for typing stuff in.
It is pretty easy to tweak that and I have set this up now for the next beta. All the trig functions (tan, sin, cos, atan2, atan, asin, acos) will now take or return angle values in degrees with the next beta.
If you do need to use radians for some reason, the radians versions are all still present with an underscore preceding them, like: _cos(PI) that keeps radians input still easy to use if someone feels the urge to type in values in radians... :)
- Michael
|