2 references to Pow
Microsoft.Maui.Graphics (2)
PointF.cs (2)
116 return MathF.Sqrt(MathF.Pow(X - other.X, 2) + MathF.Pow(Y - other.Y, 2));