CvFastArctan Method OpenCvSharp Class Library
Calculates angle of 2D vector

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

public static float FastArctan(
	float y,
	float x
)

Parameters

y
Type: SystemSingle
y-coordinate of 2D vector
x
Type: SystemSingle
x-coordinate of 2D vector

Return Value

Type: Single

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

See Also

Reference