struct T2ListsOfSegments

struct T2ListsOfSegments
{
    //
fields

    vector<TSegment2D> l1;
    vector<TSegment2D> l2;
};