CogMisc DegToRad Method Cognex VisionPro
Convert degrees to radians.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public static double DegToRad(
	double degrees
)

Return Value

Type: Double
The 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