public class MaskUnion2D extends MaskIntersection2D
Constructor and Description |
---|
MaskUnion2D(java.util.Collection<Mask2D> masks)
Create a new union.
|
MaskUnion2D(Mask2D... mask)
Create a new union.
|
Modifier and Type | Method and Description |
---|---|
boolean |
test(Vector2D vector)
Returns true if the criteria is met.
|
add, add, getMasks