NativeMethodscore_fastAtan2 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_fastAtan2(System.Single,System.Single,System.Single@)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_fastAtan2( float y, float x, out float returnValue )
Public Shared Function core_fastAtan2 ( y As Single, x As Single, <OutAttribute> ByRef returnValue As Single ) As ExceptionStatus
public: static ExceptionStatus core_fastAtan2( float y, float x, [OutAttribute] float% returnValue )
static member core_fastAtan2 : y : float32 * x : float32 * returnValue : float32 byref -> ExceptionStatus
[Missing <param name="y"/> documentation for "M:OpenCvSharp.NativeMethods.core_fastAtan2(System.Single,System.Single,System.Single@)"]
[Missing <param name="x"/> documentation for "M:OpenCvSharp.NativeMethods.core_fastAtan2(System.Single,System.Single,System.Single@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_fastAtan2(System.Single,System.Single,System.Single@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_fastAtan2(System.Single,System.Single,System.Single@)"]