Table of Contents

Method FastAtan2

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

FastAtan2(float, float)

computes the angle in degrees (0..360) of the vector (x,y)

public static float FastAtan2(float y, float x)

Parameters

y float
x float

Returns

float