Click or drag to resize

GeodeticCoordinateRadianToDegree Method

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

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 RadianToDegree(
	double radian
)

Parameters

radian
Type: SystemDouble
radian

Return Value

Type: Double
degree
See Also