2 instantiations of Coordinate
ReachFramework (2)
AlphaFlattener\SegmentTree.cs (2)
189
Coordinate cx = new
Coordinate
(x, index);
190
Coordinate cy = new
Coordinate
(y, index);
17 references to Coordinate
ReachFramework (17)
AlphaFlattener\SegmentTree.cs (17)
17
public
Coordinate
top;
18
public
Coordinate
bottom;
31
double vx = ((
Coordinate
)x).value;
52
public SegmentTree(
Coordinate
[] coord, int from, int count)
140
protected
Coordinate
[] _xCoord; // = null;
143
protected
Coordinate
[] _yCoord; // = null;
146
static
Coordinate
[] RemoveDuplication(
Coordinate
[] values)
164
Coordinate
[] newvalues = new
Coordinate
[last + 1];
189
Coordinate
cx = new Coordinate(x, index);
190
Coordinate
cy = new Coordinate(y, index);
198
_xCoord = new
Coordinate
[2 * count + 2];
199
_yCoord = new
Coordinate
[2 * count + 2];
237
Coordinate
c = _xCoord[i];
281
Coordinate
[] uniqueY = RemoveDuplication(_yCoord);
288
Coordinate
c = _xCoord[i];