In the docs, it says that Some core types have been removed and replaced with types from System.Numerics. System.Numerics has a bunch of optimizations and hardware intrinsics which can increase the performance of your game. Why, then, does Katabasis use its own Rectangle class rather than the one in System.Numerics?
In the docs, it says that
Some core types have been removed and replaced with types from System.Numerics. System.Numerics has a bunch of optimizations and hardware intrinsics which can increase the performance of your game.
Why, then, does Katabasis use its ownRectangle
class rather than the one inSystem.Numerics
?