Class BSPTreeVisitor.TargetPointVisitor<P extends Point<P>,​N extends BSPTree.Node<P,​N>>

    • Field Detail

      • target

        private final P extends Point<P> target
        Point serving as the target of the traversal.
    • Constructor Detail

      • TargetPointVisitor

        protected TargetPointVisitor​(P target)
        Simple constructor.
        Parameters:
        target - the point serving as the target for the tree traversal
    • Method Detail

      • getTarget

        public P getTarget()
        Get the target point for the tree traversal.
        Returns:
        the target point for the tree traversal