Quote:
Originally Posted by iBeatz
I'm using degtorad().
I just feel more comfortable using degrees than radian values.
|
Well yeah of course degtorad(45) is a lot easier to read/understand than say (pi / 4) for 45 degrees.
Keep in mind that pi is equal to a 180 degrees and it's easy enough to calculate degrees using it. I.e: 360 (pi * 2) or 90 (pi / 2) or 45 (pi / 4) and so on.