struct T2ListsOfSegments

Overview

struct T2ListsOfSegments
{
    // fields

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