4 references to Acos
Microsoft.Maui.Graphics (2)
PathArcExtensions.cs (2)
79
float angleStart = GeometryUtil.RadiansToDegrees(sign * MathF.
Acos
(p / n));
85
float angleExtent = GeometryUtil.RadiansToDegrees(sign * MathF.
Acos
(p / n));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2202
public static Half Acos(Half x) => (Half)MathF.
Acos
((float)x);
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1673
public static float Acos(float x) => MathF.
Acos
(x);