using Syntriax.Engine.Core;
namespace Syntriax.Engine.Physics2D;
public record CollisionInformation
(
Vector2D Normal,
Vector2D ContactPosition
);