Class RegionBSPTree1S.BoundaryProjector1S

All Implemented Interfaces:
BSPTreeVisitor<Point1S,RegionBSPTree1S.RegionNode1S>
Enclosing class:
RegionBSPTree1S

private static final class RegionBSPTree1S.BoundaryProjector1S extends AbstractRegionBSPTree.BoundaryProjector<Point1S,RegionBSPTree1S.RegionNode1S>
Class used to project points onto the region boundary.
  • Constructor Details

    • BoundaryProjector1S

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