Don't click here unless you want to be banned.

LSL Wiki : RAD_TO_DEG

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
float RAD_TO_DEG

A constant used to convert from radians to degrees through multiplication.
The constant amounts to 180 / PI.

Examples:
float degrees = radians * RAD_TO_DEG;

vector euler_rot = <PI, PI, 0> * RAD_TO_DEG;

Compare with DEG_TO_RAD.


Constants | Rotations
There is no comment on this page. [Display comments/form]