Uses of Class
toxi.geom.mesh.VertexSelector
Packages that use VertexSelector
-
Uses of VertexSelector in toxi.geom.mesh
Subclasses of VertexSelector in toxi.geom.meshModifier and TypeClassDescriptionclass
AVertexSelector
implementation for selecting vertices within a givenAABB
.class
class
AVertexSelector
implementation for selecting vertices in relation to a givenPlane
.Methods in toxi.geom.mesh that return VertexSelectorModifier 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.Methods in toxi.geom.mesh with parameters of type VertexSelectorModifier 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.