Click or drag to resize

Cv2FastAtan2 Method

computes the angle in degrees (0..360) of the vector (x,y)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static float FastAtan2(
	float y,
	float x
)

Parameters

y
Type: SystemSingle

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

x
Type: SystemSingle

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

Return Value

Type: Single

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

See Also