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: 3.4.1.20180605-33-CaRLSharp
Syntax
public static float FastAtan2(
	float y,
	float x
)

Parameters

y
Type: SystemSingle
x
Type: SystemSingle

Return Value

Type: Single
See Also