Refactor: Replaced SideDef's vector of HEdge*
It is not necessary to store the list of HEdges for each SideDef,we only need to know the left-most and right-most on each side.
Todo: Once the complete half-edge data structure is implementedthese links will also be made redundant.
View differences
Refactor: Replaced SideDef's vector of HEdge*
It is not necessary to store the list of HEdges for each SideDef,
we only need to know the left-most and right-most on each side.
Todo: Once the complete half-edge data structure is implemented
these links will also be made redundant.