Commit Graph
9 Commits
Author SHA1 Message Date
aumgnandTomyLobo 499f3ccda7 Add a -f (friendly) flag to butcher 2012-03-17 09:46:24 +01:00
aumgnandTomyLobo a23e9b857f Add FlatRegion interface and an associated iterator 2012-03-17 09:26:05 +01:00
aumgn d82111a4fc Fix a NPE with brush using a global mask and no brush mask 2012-03-15 16:59:02 +01:00
aumgnandTomyLobo 857f721bb5 Add support for expand with reverse dir for Cylinder & Ellipsoid 2012-03-15 08:51:37 +01:00
aumgnandTomyLobo 760f77e681 Make inset/outset use varargs contract/expand, so they can be used with cylinders and ellipses. 2012-03-15 08:31:40 +01:00
aumgnandTomyLobo 8506bb437e Deprecate expand/contract(Vector) in favor of varargs versions
This keeps things simpler by not dealing with redundant implementations
for single change and multiple changes.
This also let regions handle related changes in a more efficient way
(for example recalculates region components only when needed).
2012-03-15 08:31:39 +01:00
aumgnandTomyLobo 1359a7fada Implement contract/expand(Vector...) for Cylinder & Ellipsoid 2012-03-15 08:31:30 +01:00
aumgnandTomyLobo 0346228310 Add positive() to Vector and Vector2D 2012-03-15 08:29:27 +01:00
Ferreira Christopher eee02565ca Fix NPE in CylinderRegion 2012-01-22 12:02:11 +01:00