Class RegionBSPTree1D.BoundaryProjector1D

All Implemented Interfaces:
BSPTreeVisitor<Vector1D,RegionBSPTree1D.RegionNode1D>
Enclosing class:
RegionBSPTree1D

private static final class RegionBSPTree1D.BoundaryProjector1D extends AbstractRegionBSPTree.BoundaryProjector<Vector1D,RegionBSPTree1D.RegionNode1D>
Class used to project points onto the region boundary.
  • Constructor Details

    • BoundaryProjector1D

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