4 references to IsBetween
Microsoft.Maui.Graphics (4)
GeometryUtil.cs (4)
173
sameSide = !
IsBetween
(y0, y1, py0) && !
IsBetween
(y0, y1, py1) ? 1 : 0;
177
sameSide = !
IsBetween
(x0, x1, px0) && !
IsBetween
(x0, x1, px1) ? 1 : 0;