Uses of Class
toxi.geom.mesh.VertexSelector
-
Uses of VertexSelector in toxi.geom.mesh
Modifier and TypeClassDescriptionclass
AVertexSelector
implementation for selecting vertices within a givenAABB
.class
class
AVertexSelector
implementation for selecting vertices in relation to a givenPlane
.Modifier and TypeMethodDescriptionVertexSelector.addSelection
(VertexSelector sel2) Adds all vertices selected by the given selector to the current selection.VertexSelector.clearSelection()
Clears the current selection.VertexSelector.invertSelection()
Creates a new selection of all vertices NOT currently selected.VertexSelector.selectSimilar
(Collection<? extends Vec3D> points) Selects vertices identical or closest to the ones given in the list of points.BoxSelector.selectVertices()
DefaultSelector.selectVertices()
PlaneSelector.selectVertices()
abstract VertexSelector
VertexSelector.selectVertices()
Selects vertices using an implementation specific method.VertexSelector.subtractSelection
(VertexSelector sel2) Removes all vertices selected by the given selector from the current selection.Modifier and TypeMethodDescriptionVertexSelector.addSelection
(VertexSelector sel2) Adds all vertices selected by the given selector to the current selection.void
LaplacianSmooth.filter
(VertexSelector selector, int numIterations) void
WEMeshFilterStrategy.filter
(VertexSelector selector, int numIterations) VertexSelector.subtractSelection
(VertexSelector sel2) Removes all vertices selected by the given selector from the current selection.