Class RegionBSPTree2D.BoundaryProjector2D

All Implemented Interfaces:
BSPTreeVisitor<Vector2D,RegionBSPTree2D.RegionNode2D>
Enclosing class:
RegionBSPTree2D

private static final class RegionBSPTree2D.BoundaryProjector2D extends AbstractRegionBSPTree.BoundaryProjector<Vector2D,RegionBSPTree2D.RegionNode2D>
Class used to project points onto the 2D region boundary.
  • Constructor Details

    • BoundaryProjector2D

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