 | AnglesRad2Deg Method |
Converts a radian angle to a degree angle.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float Rad2Deg(
float rad
)
Public Shared Function Rad2Deg (
rad As Single
) As Single
public:
static float Rad2Deg(
float rad
)
static member Rad2Deg :
rad : float32 -> float32
Parameters
- rad
- Type: SystemSingle
Angle to convert (in radians).
Return Value
Type:
Single Converted angle (in degree).
See Also