You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will probably be extended into 3d later so the system should work as such. The main question is whether or not we need to do this or whether we can implement IEqualityComparer for these interfaces and that will all that's required.
Implementing the IComparable means that we have to implement the correct sorting order, I am thinking of using the value from 0 to do the ordering.
For instance:
This will probably be extended into 3d later so the system should work as such. The main question is whether or not we need to do this or whether we can implement IEqualityComparer for these interfaces and that will all that's required.
msdn
Tests also required and will be TODO in PositionTests.cs
The text was updated successfully, but these errors were encountered: