|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoxi.geom.mesh.VertexSelector
toxi.geom.mesh.BoxSelector
public class BoxSelector
A VertexSelector
implementation for selecting vertices within a given
AABB
.
Field Summary | |
---|---|
AABB |
box
|
Constructor Summary | |
---|---|
BoxSelector(Mesh3D mesh,
AABB box)
|
Method Summary | |
---|---|
VertexSelector |
selectVertices()
Selects vertices using an implementation specific method. |
Methods inherited from class toxi.geom.mesh.VertexSelector |
---|
addSelection, clearSelection, getMesh, getSelection, invertSelection, selectSimilar, setMesh, size, subtractSelection |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final AABB box
Constructor Detail |
---|
public BoxSelector(Mesh3D mesh, AABB box)
Method Detail |
---|
public VertexSelector selectVertices()
VertexSelector
selectVertices
in class VertexSelector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |