mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Geom/Coords: Fixed for C++11
git-svn-id: svn://ultimatepp.org/upp/trunk@7863 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bd27fbff27
commit
22b1f32c91
1 changed files with 6 additions and 0 deletions
|
|
@ -776,6 +776,8 @@ public:
|
|||
Point target1;
|
||||
Point target2;
|
||||
One<Node> split;
|
||||
|
||||
rval_default(LinearSegmentTree);
|
||||
};
|
||||
|
||||
LinearSegmentTree CreateLinearTree(Point s1, Point s2, const SegmentTreeInfo& info);
|
||||
|
|
@ -789,6 +791,8 @@ public:
|
|||
Rect source;
|
||||
Point trg_topleft, trg_topright, trg_bottomleft, trg_bottomright;
|
||||
One<Split> split;
|
||||
|
||||
rval_default(Node);
|
||||
};
|
||||
|
||||
struct Split
|
||||
|
|
@ -801,6 +805,8 @@ public:
|
|||
|
||||
public:
|
||||
Node root;
|
||||
|
||||
rval_default(PlanarSegmentTree);
|
||||
};
|
||||
|
||||
PlanarSegmentTree CreatePlanarTree(const LinearSegmentTree& left, const LinearSegmentTree& top,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue