Package toxi.geom.mesh
Class BoxSelector
java.lang.Object
toxi.geom.mesh.VertexSelector
toxi.geom.mesh.BoxSelector
A
VertexSelector
implementation for selecting vertices within a given
AABB
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSelects vertices using an implementation specific method.Methods inherited from class toxi.geom.mesh.VertexSelector
addSelection, clearSelection, getMesh, getSelection, invertSelection, selectSimilar, setMesh, size, subtractSelection
-
Field Details
-
box
-
-
Constructor Details
-
BoxSelector
-
-
Method Details
-
selectVertices
Description copied from class:VertexSelector
Selects vertices using an implementation specific method. This is the only method which needs to be implemented by any selector subclass.- Specified by:
selectVertices
in classVertexSelector
- Returns:
- itself
-