Version 0.3.1
- Added
path.removeOverlap()
- Added
path.union(other)
andpath.__or__(other)
- Added
path.intersection(other)
andpath.__and__(other)
- Added
path.difference(other)
andpath.__mod__(other)
- Added
path.xor(other)
andpath.__xor__(other)
path.removeOverlap()
path.union(other)
and path.__or__(other)
path.intersection(other)
and path.__and__(other)
path.difference(other)
and path.__mod__(other)
path.xor(other)
and path.__xor__(other)