Convert degrees to radians.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- degrees
- Type: System Double
The input angle in degrees.
Return Value
Type: DoubleThe equivalent angle in radians.
Remarks
Converts degrees to radians.
A radian is a unit of angular measure equal to the angle subtended at the center of a circle by an arc equal in length to the radius of the circle.
See Also