2 writes to bottom
ReachFramework (2)
AlphaFlattener\SegmentTree.cs (2)
219
_xCoord[p].
bottom
= _yCoord[p + 1];
222
_xCoord[p + 1].
bottom
= _yCoord[p + 1];
3 references to bottom
ReachFramework (3)
AlphaFlattener\SegmentTree.cs (3)
250
c.
bottom
.active = left;
254
double y1 = c.
bottom
.value;
297
double y1 = c.
bottom
.value;