Cv2FastAtan2 Method (Single, Single) OpenCvSharp Class Library
computes the angle in degrees (0..360) of the vector (x,y)

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static float FastAtan2(
	float y,
	float x
)

Parameters

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FastAtan2(System.Single,System.Single)"]

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FastAtan2(System.Single,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FastAtan2(System.Single,System.Single)"]

See Also

Reference