Remove Point2 (#875)

* Added `CalculateMinimumVector2` and `CalculateMaximumVector2` as replacement for `Point2.Minimum` and `Point2.Maximum`

* Remove `Point2`
This commit is contained in:
Christopher Whitley
2024-05-29 01:32:50 -04:00
committed by GitHub
parent 0427aa3ded
commit 9239fced04
35 changed files with 623 additions and 897 deletions
@@ -280,7 +280,7 @@ namespace MonoGame.Extended.Gui.Controls
//{
// var start = 0;
// var end = 0;
// var point = Point2.Zero;
// var point = Vector2.Zero;
// if (_selectionIndexes.Last() > _selectionIndexes.Peek())
// {
// start = _selectionIndexes.Peek();
@@ -328,4 +328,4 @@ namespace MonoGame.Extended.Gui.Controls
return (Rectangle) caretRectangle;
}
}
}
}