Class RegionBSPTree2S.BoundaryProjector2S

All Implemented Interfaces:
BSPTreeVisitor<Point2S,RegionBSPTree2S.RegionNode2S>
Enclosing class:
RegionBSPTree2S

private static final class RegionBSPTree2S.BoundaryProjector2S extends AbstractRegionBSPTree.BoundaryProjector<Point2S,RegionBSPTree2S.RegionNode2S>
Class used to project points onto the region boundary.
  • Constructor Details

    • BoundaryProjector2S

      BoundaryProjector2S(Point2S point)
      Simple constructor.
      Parameters:
      point - the point to project onto the region's boundary
  • Method Details