Class PlaneSelector

java.lang.Object
toxi.geom.mesh.VertexSelector
toxi.geom.mesh.PlaneSelector

public class PlaneSelector extends VertexSelector
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 Details

    • plane

      public Plane plane
    • tolerance

      public float tolerance
    • classifier

      public Plane.Classifier classifier
  • Constructor Details

  • Method Details

    • selectVertices

      public VertexSelector 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 class VertexSelector
      Returns:
      itself