8 references to Abs
Microsoft.Maui.Graphics (8)
Matrix3x2Extensions.cs (4)
144 var areaScale = MathF.Abs(determinant); 166 scale = MathF.Sqrt(MathF.Abs(det)); 167 scalex = value.M12 == 0 ? MathF.Abs(value.M11) : new Vector2(value.M11, value.M12).Length(); 168 scaley = value.M21 == 0 ? MathF.Abs(value.M22) : new Vector2(value.M21, value.M22).Length();
PathArcExtensions.cs (4)
36 rx = MathF.Abs(rx); 37 ry = MathF.Abs(ry); 109 if (MathF.Abs(arc) > 360) 116 float segs = MathF.Ceiling(MathF.Abs(arc) / 45);