2 instantiations of Coordinate
ReachFramework (2)
AlphaFlattener\SegmentTree.cs (2)
192
Coordinate cx = new
Coordinate
(x, index);
193
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)
143
protected
Coordinate
[] _xCoord; // = null;
146
protected
Coordinate
[] _yCoord; // = null;
149
static
Coordinate
[] RemoveDuplication(
Coordinate
[] values)
167
Coordinate
[] newvalues = new
Coordinate
[last + 1];
192
Coordinate
cx = new Coordinate(x, index);
193
Coordinate
cy = new Coordinate(y, index);
201
_xCoord = new
Coordinate
[2 * count + 2];
202
_yCoord = new
Coordinate
[2 * count + 2];
240
Coordinate
c = _xCoord[i];
284
Coordinate
[] uniqueY = RemoveDuplication(_yCoord);
291
Coordinate
c = _xCoord[i];