Closed vvoovv closed 5 months ago
I suggest setting
street.succ
orstreet.pred
to an instance of the classIntConnector
.
Implemented and committed.
Note that the Section
instances remain untrimmed at the connectors. The intersection area is still computed, although this will eventually be done by GNs. I will clean up the code once we are in a more stable state.
Thanks.
Anyway, overlapping intersections will require a special processing in the code.
Suppose a
street
enters anintersection
:I want to get a street on the left from
street
and a street on the right fromstreet
, that are also attached to theintersection
I suggest setting
street.succ
orstreet.pred
to an instance of the classIntConnector
. Then it will be quite straightforward to getstreetL
orstreetR
: