M_Rhino_RhinoMath_ToRadians - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoMath.ToRadians Method

Convert an angle from degrees to radians.

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static double ToRadians(
	double degrees
)

VB

Public Shared Function ToRadians ( 
	degrees As Double
) As Double

Parameters

 

degrees
Type: System.Double
Degrees to convert (180 degrees equals pi radians).

Return Value

Type: Double
[Missing documentation for "M:Rhino.RhinoMath.ToRadians(System.Double)"]

Version Information

Supported in: 5D58w

See Also

Reference

RhinoMath Class
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️