Click or drag to resize

GeodeticCoordinateDegreeToRadian Method

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

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

Parameters

degree
Type: SystemDouble
degree

Return Value

Type: Double
radian
See Also