Class RegionBSPTree3D.BoundaryProjector3D

All Implemented Interfaces:
BSPTreeVisitor<Vector3D,RegionBSPTree3D.RegionNode3D>
Enclosing class:
RegionBSPTree3D

private static final class RegionBSPTree3D.BoundaryProjector3D extends AbstractRegionBSPTree.BoundaryProjector<Vector3D,RegionBSPTree3D.RegionNode3D>
Class used to project points onto the 3D region boundary.
  • Constructor Details

    • BoundaryProjector3D

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