M_Rhino_RhinoMath_ToDegrees - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoMath.ToDegrees Method

Convert an angle from radians to degrees.

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

Syntax

C#

public static double ToDegrees(
	double radians
)

VB

Public Shared Function ToDegrees ( 
	radians As Double
) As Double

Parameters

 

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

Return Value

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

Version Information

Supported in: 5D58w

See Also

Reference

RhinoMath Class
Rhino Namespace

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