using Microsoft.Xna.Framework; namespace Syntriax.Engine.Physics2D; public record CollisionInformation ( Vector2 Normal, Vector2 ContactPosition );