class org.apache.commons.math3.geometry.partitioning.BoundaryProjector<S extends org.apache.commons.math3.geometry.Space, T extends org.apache.commons.math3.geometry.Space> implements org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.partitioning.BoundaryProjector
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.Point<S> original;
    descriptor: Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/Point<TS;>;

  private org.apache.commons.math3.geometry.Point<S> projected;
    descriptor: Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/commons/math3/geometry/Point<TS;>;

  private org.apache.commons.math3.geometry.partitioning.BSPTree<S> leaf;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;

  private double offset;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.apache.commons.math3.geometry.Point<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
        start local 1 // org.apache.commons.math3.geometry.Point original
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* original */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
         2: .line 51
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.projected:Lorg/apache/commons/math3/geometry/Point;
         3: .line 52
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.leaf:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         4: .line 53
            aload 0 /* this */
            ldc Infinity
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
         5: .line 54
            return
        end local 1 // org.apache.commons.math3.geometry.Point original
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
            0    6     1  original  Lorg/apache/commons/math3/geometry/Point<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;)V
    MethodParameters:
          Name  Flags
      original  final

  public org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 60
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
            dconst_0
            dcmpg
            ifgt 2
         1: .line 61
            getstatic org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order.MINUS_SUB_PLUS:Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
            areturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            getstatic org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order.PLUS_SUB_MINUS:Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
            areturn
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
            0    3     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
    MethodParameters:
      Name  Flags
      node  final

  public void visitInternalNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 71
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            astore 2 /* hyperplane */
        start local 2 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
         1: .line 72
            aload 2 /* hyperplane */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
            dstore 3 /* signedOffset */
        start local 3 // double signedOffset
         2: .line 73
            dload 3 /* signedOffset */
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
            dcmpg
            ifge 23
         3: .line 76
            aload 2 /* hyperplane */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.project:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
            astore 5 /* regular */
        start local 5 // org.apache.commons.math3.geometry.Point regular
         4: .line 79
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.boundaryRegions:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Ljava/util/List;
            astore 6 /* boundaryParts */
        start local 6 // java.util.List boundaryParts
         5: .line 82
            iconst_0
            istore 7 /* regularFound */
        start local 7 // boolean regularFound
         6: .line 83
            aload 6 /* boundaryParts */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 12
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryProjector org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.Hyperplane double org.apache.commons.math3.geometry.Point java.util.List int top java.util.Iterator
      StackMap stack:
         7: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.Region
            astore 8 /* part */
        start local 8 // org.apache.commons.math3.geometry.partitioning.Region part
         8: .line 84
            iload 7 /* regularFound */
            ifne 12
            aload 0 /* this */
            aload 5 /* regular */
            aload 2 /* hyperplane */
            aload 8 /* part */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.belongsToPart:(Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Z
            ifeq 12
         9: .line 86
            aload 0 /* this */
            aload 5 /* regular */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.projected:Lorg/apache/commons/math3/geometry/Point;
        10: .line 87
            aload 0 /* this */
            dload 3 /* signedOffset */
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
        11: .line 88
            iconst_1
            istore 7 /* regularFound */
        end local 8 // org.apache.commons.math3.geometry.partitioning.Region part
        12: .line 83
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        13: .line 92
            iload 7 /* regularFound */
            ifne 23
        14: .line 96
            aload 6 /* boundaryParts */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 22
      StackMap locals:
      StackMap stack:
        15: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.Region
            astore 8 /* part */
        start local 8 // org.apache.commons.math3.geometry.partitioning.Region part
        16: .line 97
            aload 0 /* this */
            aload 5 /* regular */
            aload 2 /* hyperplane */
            aload 8 /* part */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.singularProjection:(Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/Point;
            astore 10 /* spI */
        start local 10 // org.apache.commons.math3.geometry.Point spI
        17: .line 98
            aload 10 /* spI */
            ifnull 22
        18: .line 99
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
            aload 10 /* spI */
            invokeinterface org.apache.commons.math3.geometry.Point.distance:(Lorg/apache/commons/math3/geometry/Point;)D
            dstore 11 /* distance */
        start local 11 // double distance
        19: .line 100
            dload 11 /* distance */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
            dcmpg
            ifge 22
        20: .line 101
            aload 0 /* this */
            aload 10 /* spI */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.projected:Lorg/apache/commons/math3/geometry/Point;
        21: .line 102
            aload 0 /* this */
            dload 11 /* distance */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
        end local 11 // double distance
        end local 10 // org.apache.commons.math3.geometry.Point spI
        end local 8 // org.apache.commons.math3.geometry.partitioning.Region part
        22: .line 96
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        end local 7 // boolean regularFound
        end local 6 // java.util.List boundaryParts
        end local 5 // org.apache.commons.math3.geometry.Point regular
        23: .line 111
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryProjector org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.Hyperplane double
      StackMap stack:
            return
        end local 3 // double signedOffset
        end local 2 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   24     0           this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
            0   24     1           node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            1   24     2     hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
            2   24     3   signedOffset  D
            4   23     5        regular  Lorg/apache/commons/math3/geometry/Point<TS;>;
            5   23     6  boundaryParts  Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;
            6   23     7   regularFound  Z
            8   12     8           part  Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
           16   22     8           part  Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
           17   22    10            spI  Lorg/apache/commons/math3/geometry/Point<TS;>;
           19   22    11       distance  D
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)V
    MethodParameters:
      Name  Flags
      node  final

  public void visitLeafNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 115
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.leaf:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            ifnonnull 2
         1: .line 118
            aload 0 /* this */
            aload 1 /* node */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.leaf:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         2: .line 120
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
            0    3     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)V
    MethodParameters:
      Name  Flags
      node  final

  public org.apache.commons.math3.geometry.partitioning.BoundaryProjection<S> getProjection();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
         0: .line 128
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.leaf:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 1
            iconst_m1
            goto 2
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryProjector
      StackMap stack: org.apache.commons.math3.geometry.partitioning.BoundaryProjector double
         1: iconst_1
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryProjector
      StackMap stack: org.apache.commons.math3.geometry.partitioning.BoundaryProjector double int
         2: i2d
            invokestatic org.apache.commons.math3.util.FastMath.copySign:(DD)D
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
         3: .line 130
            new org.apache.commons.math3.geometry.partitioning.BoundaryProjection
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.projected:Lorg/apache/commons/math3/geometry/Point;
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
            invokespecial org.apache.commons.math3.geometry.partitioning.BoundaryProjection.<init>:(Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/Point;D)V
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;

  private java.util.List<org.apache.commons.math3.geometry.partitioning.Region<T>> boundaryRegions(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 140
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* regions */
        start local 2 // java.util.List regions
         1: .line 143
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
            astore 3 /* ba */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute ba
         2: .line 144
            aload 0 /* this */
            aload 3 /* ba */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            aload 2 /* regions */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.addRegion:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Ljava/util/List;)V
         3: .line 145
            aload 0 /* this */
            aload 3 /* ba */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            aload 2 /* regions */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.addRegion:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Ljava/util/List;)V
         4: .line 147
            aload 2 /* regions */
            areturn
        end local 3 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute ba
        end local 2 // java.util.List regions
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
            0    5     1     node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
            1    5     2  regions  Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;
            2    5     3       ba  Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;
    MethodParameters:
      Name  Flags
      node  final

  private void addRegion(org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>, java.util.List<org.apache.commons.math3.geometry.partitioning.Region<T>>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
        start local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane sub
        start local 2 // java.util.List list
         0: .line 156
            aload 1 /* sub */
            ifnull 4
         1: .line 158
            aload 1 /* sub */
            checkcast org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane
            invokevirtual org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            astore 3 /* region */
        start local 3 // org.apache.commons.math3.geometry.partitioning.Region region
         2: .line 159
            aload 3 /* region */
            ifnull 4
         3: .line 160
            aload 2 /* list */
            aload 3 /* region */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.apache.commons.math3.geometry.partitioning.Region region
         4: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.List list
        end local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane sub
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
            0    5     1     sub  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
            0    5     2    list  Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;
            2    4     3  region  Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;)V
    MethodParameters:
      Name  Flags
      sub   final
      list  final

  private boolean belongsToPart(org.apache.commons.math3.geometry.Point<S>, org.apache.commons.math3.geometry.partitioning.Hyperplane<S>, org.apache.commons.math3.geometry.partitioning.Region<T>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
        start local 1 // org.apache.commons.math3.geometry.Point point
        start local 2 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        start local 3 // org.apache.commons.math3.geometry.partitioning.Region part
         0: .line 176
            aload 2 /* hyperplane */
            checkcast org.apache.commons.math3.geometry.partitioning.Embedding
            astore 4 /* embedding */
        start local 4 // org.apache.commons.math3.geometry.partitioning.Embedding embedding
         1: .line 177
            aload 3 /* part */
            aload 4 /* embedding */
            aload 1 /* point */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Embedding.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.checkPoint:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.OUTSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            if_acmpeq 2
            iconst_1
            ireturn
      StackMap locals: org.apache.commons.math3.geometry.partitioning.Embedding
      StackMap stack:
         2: iconst_0
            ireturn
        end local 4 // org.apache.commons.math3.geometry.partitioning.Embedding embedding
        end local 3 // org.apache.commons.math3.geometry.partitioning.Region part
        end local 2 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        end local 1 // org.apache.commons.math3.geometry.Point point
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
            0    3     1       point  Lorg/apache/commons/math3/geometry/Point<TS;>;
            0    3     2  hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
            0    3     3        part  Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
            1    3     4   embedding  Lorg/apache/commons/math3/geometry/partitioning/Embedding<TS;TT;>;
    Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;)Z
    MethodParameters:
            Name  Flags
      point       final
      hyperplane  final
      part        final

  private org.apache.commons.math3.geometry.Point<S> singularProjection(org.apache.commons.math3.geometry.Point<S>, org.apache.commons.math3.geometry.partitioning.Hyperplane<S>, org.apache.commons.math3.geometry.partitioning.Region<T>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
        start local 1 // org.apache.commons.math3.geometry.Point point
        start local 2 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        start local 3 // org.apache.commons.math3.geometry.partitioning.Region part
         0: .line 192
            aload 2 /* hyperplane */
            checkcast org.apache.commons.math3.geometry.partitioning.Embedding
            astore 4 /* embedding */
        start local 4 // org.apache.commons.math3.geometry.partitioning.Embedding embedding
         1: .line 193
            aload 3 /* part */
            aload 4 /* embedding */
            aload 1 /* point */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Embedding.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.projectToBoundary:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection;
            astore 5 /* bp */
        start local 5 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection bp
         2: .line 196
            aload 5 /* bp */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjection.getProjected:()Lorg/apache/commons/math3/geometry/Point;
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: org.apache.commons.math3.geometry.partitioning.Embedding org.apache.commons.math3.geometry.partitioning.BoundaryProjection
      StackMap stack:
         3: aload 4 /* embedding */
            aload 5 /* bp */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjection.getProjected:()Lorg/apache/commons/math3/geometry/Point;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Embedding.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.Point
         4: areturn
        end local 5 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection bp
        end local 4 // org.apache.commons.math3.geometry.partitioning.Embedding embedding
        end local 3 // org.apache.commons.math3.geometry.partitioning.Region part
        end local 2 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        end local 1 // org.apache.commons.math3.geometry.Point point
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
            0    5     1       point  Lorg/apache/commons/math3/geometry/Point<TS;>;
            0    5     2  hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
            0    5     3        part  Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
            1    5     4   embedding  Lorg/apache/commons/math3/geometry/partitioning/Embedding<TS;TT;>;
            2    5     5          bp  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TT;>;
    Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;)Lorg/apache/commons/math3/geometry/Point<TS;>;
    MethodParameters:
            Name  Flags
      point       final
      hyperplane  final
      part        final
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;T::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor<TS;>;
SourceFile: "BoundaryProjector.java"
InnerClasses:
  public final Order = org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order of org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor
  public final Location = org.apache.commons.math3.geometry.partitioning.Region$Location of org.apache.commons.math3.geometry.partitioning.Region