craftworkgames / MonoGame.Extended

Extensions to make MonoGame more awesome
http://www.monogameextended.net/
Other
1.44k stars 325 forks source link

Remove `Point2` #875

Closed AristurtleDev closed 6 months ago

AristurtleDev commented 6 months ago

Description

This PR removes the Point2 struct. Users should instead just use the Microsoft.Xna.Framework.Vector2 struct.

Reference