thesadrogue / TheSadRogue.Primitives

A collection of primitive data structures for working with a 2-dimensional grid.
MIT License
21 stars 6 forks source link

Implement Conversions To/From MonoGame Vector2 #104

Open Chris3606 opened 1 year ago

Chris3606 commented 1 year ago

The SFML extension package implements conversions to and from the primitives library point and the floating-point vector types in SFML, via rounding.

MonoGame contains a similar type (Vector2); support should be added for this type as well.