5 references to Atan2
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Quaternion.cs (1)
185
return Math.
Atan2
(msin,mcos) * (360.0 / Math.PI);
System.Numerics (3)
System\Numerics\Complex.cs (3)
64
return Math.
Atan2
(m_imaginary, m_real);
343
return (new Complex((Math.Log(Abs(value))), (Math.
Atan2
(value.m_imaginary, value.m_real))));
388
double theta = Math.
Atan2
(b, a);
WindowsBase (1)
Base\System\Windows\Vector.cs (1)
102
return Math.
Atan2
(sin, cos) * (180 / Math.PI);