Class BoxSelector


public class BoxSelector extends VertexSelector
A VertexSelector implementation for selecting vertices within a given AABB.
  • Field Details

    • box

      public final AABB box
  • Constructor Details

    • BoxSelector

      public BoxSelector(Mesh3D mesh, AABB box)
  • 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