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.1.0.3408 (4.1.0.3408)
Syntax
public static double DegreeToRadian(
	double degree
)

Parameters

degree
Type: SystemDouble
degree

Return Value

Type: Double
radian
See Also