2 instantiations of Coordinate
ReachFramework (2)
AlphaFlattener\SegmentTree.cs (2)
195
Coordinate cx = new
Coordinate
(x, index);
196
Coordinate cy = new
Coordinate
(y, index);
17 references to Coordinate
ReachFramework (17)
AlphaFlattener\SegmentTree.cs (17)
20
public
Coordinate
top;
21
public
Coordinate
bottom;
34
double vx = ((
Coordinate
)x).value;
55
public SegmentTree(
Coordinate
[] coord, int from, int count)
146
protected
Coordinate
[] _xCoord; // = null;
149
protected
Coordinate
[] _yCoord; // = null;
152
static
Coordinate
[] RemoveDuplication(
Coordinate
[] values)
170
Coordinate
[] newvalues = new
Coordinate
[last + 1];
195
Coordinate
cx = new Coordinate(x, index);
196
Coordinate
cy = new Coordinate(y, index);
204
_xCoord = new
Coordinate
[2 * count + 2];
205
_yCoord = new
Coordinate
[2 * count + 2];
243
Coordinate
c = _xCoord[i];
287
Coordinate
[] uniqueY = RemoveDuplication(_yCoord);
294
Coordinate
c = _xCoord[i];