Click or drag to resize

NativeMethodscore_fastAtan2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_fastAtan2(
	float y,
	float x,
	out float returnValue
)

Parameters

y
Type: SystemSingle

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

x
Type: SystemSingle

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

returnValue
Type: SystemSingle

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

Return Value

Type: ExceptionStatus

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

See Also