Click or drag to resize

GeodeticCoordinateDegreeToRadian Method

http://www.emgu.com
Convert degree to radian

Namespace:  Emgu.CV.Geodetic
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static double DegreeToRadian(
	double degree
)

Parameters

degree
Type: SystemDouble
degree

Return Value

Type: Double
radian
See Also