Commit Graph

9 Commits

Author SHA1 Message Date
Christopher Whitley b9c011bee9 Added unit test to ensure issue is resolved (#876) 2024-05-29 11:11:50 -04:00
Christopher Whitley 9239fced04 Remove Point2 (#875)
* Added `CalculateMinimumVector2` and `CalculateMaximumVector2` as replacement for `Point2.Minimum` and `Point2.Maximum`

* Remove `Point2`
2024-05-29 01:32:50 -04:00
Christopher Whitley 25206c57da Rename Size2 to SizeF (#873) 2024-05-29 00:23:49 -04:00
Christopher Whitley 89c8984079 Add Edge Test for Polygon.Contains (#871)
* Added Assert for edge contains
Reference: https://github.com/craftworkgames/MonoGame.Extended/issues/214

* Renamed to PolygonTests
2024-05-27 17:58:54 -04:00
Christopher Whitley 49038f5d42 Replace Matrix2 with Matrix3x2 (#870)
* Replace `Matrix2` with `Matrix3x2`

* Update benchmarks

* Add XML documentation for `Matrix3x2`
2024-05-27 15:44:38 -04:00
Christopher Whitley d008b1bd41 Replace Newtonsoft.Json with System.Text.Json (#869)
* Converted to use `System.Text.Json`

* Remove Newtonsoft.Json Dependency
Newtonsoft.Json dependency has been removed in favor of System.Text.Json

* Treat MGFXO file as binary
2024-05-22 23:23:36 -04:00
Christopher Whitley 6b02975755 Set ArtifactPath within the project category directory 2024-05-19 15:27:43 -04:00
Christopher Whitley a5209fecad Add common props for all tests 2024-05-18 20:40:12 -04:00
Christopher Whitley f68cff17bf Moved tests into test directory 2024-05-18 20:01:37 -04:00