Parameters & Returns
Parameters
Returns
Quick Summary
Converts an angle from degrees to radians.
Takes degrees (angle in degrees).
Returns the angle in radians.
Technical Exegesis...
Converts an angle measured in degrees to radians. Useful when interfacing with libraries or mathematical functions that expect radian inputs.
One full rotation = 360 degrees = 2*pi radians. Formula: radians = degrees * (pi / 180)