RhinoMathToRadians Method |
Convert an angle from degrees to radians.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static double ToRadians(
double degrees
)
Public Shared Function ToRadians (
degrees As Double
) As Double
Parameters
- degrees
- Type: SystemDouble
Degrees to convert (180 degrees equals pi radians).
Return Value
Type:
Double[Missing <returns> documentation for "M:Rhino.RhinoMath.ToRadians(System.Double)"]
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also