Click or drag to resize

MathfRad2Deg Method

Converts an angle expressed in radians to degrees.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float Rad2Deg(
	float rad
)

Parameters

rad
Type: SystemSingle
An angle expressed in radians.

Return Value

Type: Single
The same angle expressed in degrees.
See Also