public CollisionComponent(Entity id, BoundingVolume volume) : base(id) { BoundingVolume = volume; }
public abstract bool Intersects(BoundingVolume volume);