Package toxi.geom.mesh
Class PlaneSelector
java.lang.Object
toxi.geom.mesh.VertexSelector
toxi.geom.mesh.PlaneSelector
A 
VertexSelector implementation for selecting vertices in relation to
 a given Plane. Using a plane Plane.Classifier vertices can be
 selected either: on the plane, in front or behind. A tolerance for this check
 can be given too.- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionPlaneSelector(Mesh3D mesh, Plane plane, Plane.Classifier classifier) PlaneSelector(Mesh3D mesh, Plane plane, Plane.Classifier classifier, float tolerance) 
- 
Method SummaryModifier and TypeMethodDescriptionSelects vertices using an implementation specific method.Methods inherited from class toxi.geom.mesh.VertexSelectoraddSelection, clearSelection, getMesh, getSelection, invertSelection, selectSimilar, setMesh, size, subtractSelection
- 
Field Details- 
plane
- 
tolerancepublic float tolerance
- 
classifier
 
- 
- 
Constructor Details- 
PlaneSelector
- 
PlaneSelector
 
- 
- 
Method Details- 
selectVerticesDescription copied from class:VertexSelectorSelects vertices using an implementation specific method. This is the only method which needs to be implemented by any selector subclass.- Specified by:
- selectVerticesin class- VertexSelector
- Returns:
- itself
 
 
-