2 instantiations of Coordinate
ReachFramework (2)
AlphaFlattener\SegmentTree.cs (2)
188
Coordinate cx = new
Coordinate
(x, index);
189
Coordinate cy = new
Coordinate
(y, index);
17 references to Coordinate
ReachFramework (17)
AlphaFlattener\SegmentTree.cs (17)
16
public
Coordinate
top;
17
public
Coordinate
bottom;
30
double vx = ((
Coordinate
)x).value;
51
public SegmentTree(
Coordinate
[] coord, int from, int count)
139
protected
Coordinate
[] _xCoord; // = null;
142
protected
Coordinate
[] _yCoord; // = null;
145
private static
Coordinate
[] RemoveDuplication(
Coordinate
[] values)
163
Coordinate
[] newvalues = new
Coordinate
[last + 1];
188
Coordinate
cx = new Coordinate(x, index);
189
Coordinate
cy = new Coordinate(y, index);
197
_xCoord = new
Coordinate
[2 * count + 2];
198
_yCoord = new
Coordinate
[2 * count + 2];
236
Coordinate
c = _xCoord[i];
280
Coordinate
[] uniqueY = RemoveDuplication(_yCoord);
287
Coordinate
c = _xCoord[i];