]> git.tdb.fi Git - libs/math.git/commit
Rewrite composite shape vector constructors with iterator ranges
authorMikko Rasa <tdb@tdb.fi>
Wed, 22 May 2013 13:14:16 +0000 (16:14 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 22 May 2013 13:14:16 +0000 (16:14 +0300)
commitf7dcf3f0be55316bf20ac0c318dd90cb78a75c80
treef13641e2906663bd5793ecbcc7209bb9b360f575
parent484eec5f57755ae6430471b1e13b67f86f15c8fa
Rewrite composite shape vector constructors with iterator ranges

Besides the issue of favoring one container type over others, constness
of the contents causes it to be a different, incompatible type.  Iterators
solve this in an elegant way.
source/geometry/compositeshape.h
source/geometry/intersection.h
source/geometry/union.h