Do the System.Math trig functions expect degrees or radians? I'm getting some weird results with System.Math.Tan
After checking MSDN they are indeed in radians. I've created my own degToRad operator pretty easily but that might be one to include as a default Ephere operator as it's a pretty common thing to need to do :)