Light | Dark

degrees

Name

degrees — convert a quantity in radians to degrees

Declaration

genType degrees( genType radians);

Parameters

radians

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

Description

degrees converts a quantity, specified in radians into degrees. That is, the return value is 180 radians π .

Version Support

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

See Also

radians

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