NativeMethodscvFastArctan Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvFastArctan(System.Single,System.Single)"]

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

public static float cvFastArctan(
	float y,
	float x
)

Parameters

y
Type: SystemSingle

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

x
Type: SystemSingle

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

Return Value

Type: Single

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

See Also

Reference