public interface Mask
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Vector vector)
Returns true if the criteria is met.
|
Mask2D |
toMask2D()
Get the 2D version of this mask if one exists.
|
boolean test(Vector vector)
vector - the vector to testCopyright © 2010-2014. All Rights Reserved.