Converts an angle expressed in radians to degrees.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static float Rad2Deg(
float rad
)
Parameters
- rad
- Type: SystemSingle
An angle expressed in radians.
Return Value
Type:
SingleThe same angle expressed in degrees.
See Also