Light | Dark

radians

Name

radians — convert a quantity in degrees to radians

Declaration

genType radians( genType degrees);
 

Parameters

degrees

Specify the quantity, in degrees, to be converted to radians.

Description

radians converts a quantity specified in degrees into radians. The return value is ${ \pi \times degrees } \over 180$.

Version Support

OpenGL ES Shading Language Version
Function Name 1.00 3.00 3.10 3.20
radians

See Also

degrees,

Think you can improve this page? Edit this page on GitHub.