class org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder implements org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder
  super_class: java.lang.Object
{
  private final double tolerance;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment> segments;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;>;

  void <init>(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
        start local 1 // double tolerance
         0: .line 1064
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1065
            aload 0 /* this */
            dload 1 /* tolerance */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.tolerance:D
         2: .line 1066
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.segments:Ljava/util/List;
         3: .line 1067
            return
        end local 1 // double tolerance
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
            0    4     1  tolerance  D
    MethodParameters:
           Name  Flags
      tolerance  final

  public org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 1071
            getstatic org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order.MINUS_SUB_PLUS: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.euclidean.twod.PolygonsSet$SegmentsBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
            0    1     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
    MethodParameters:
      Name  Flags
      node  final

  public void visitInternalNode(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 1077
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
            astore 2 /* attribute */
        start local 2 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute attribute
         1: .line 1078
            aload 2 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getSplitters:()Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
            astore 3 /* splitters */
        start local 3 // java.lang.Iterable splitters
         2: .line 1079
            aload 2 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnull 4
         3: .line 1080
            aload 0 /* this */
            aload 2 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            aload 1 /* node */
            aload 3 /* splitters */
            iconst_0
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.addContribution:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Iterable;Z)V
         4: .line 1082
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryAttribute java.lang.Iterable
      StackMap stack:
            aload 2 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnull 6
         5: .line 1083
            aload 0 /* this */
            aload 2 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            aload 1 /* node */
            aload 3 /* splitters */
            iconst_1
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.addContribution:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Iterable;Z)V
         6: .line 1085
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Iterable splitters
        end local 2 // org.apache.commons.math3.geometry.partitioning.BoundaryAttribute attribute
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
            0    7     1       node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            1    7     2  attribute  Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            2    7     3  splitters  Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)V
    MethodParameters:
      Name  Flags
      node  final

  public void visitLeafNode(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 1089
            return
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
            0    1     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)V
    MethodParameters:
      Name  Flags
      node  final

  private void addContribution(org.apache.commons.math3.geometry.partitioning.SubHyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, java.lang.Iterable<org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>>, );
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Iterable;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=14, args_size=5
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
        start local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane sub
        start local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        start local 3 // java.lang.Iterable splitters
        start local 4 // boolean reversed
         0: .line 1103
            aload 1 /* sub */
            checkcast org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane
         1: .line 1102
            astore 5 /* absSub */
        start local 5 // org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane absSub
         2: .line 1104
            aload 1 /* sub */
            invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            checkcast org.apache.commons.math3.geometry.euclidean.twod.Line
            astore 6 /* line */
        start local 6 // org.apache.commons.math3.geometry.euclidean.twod.Line line
         3: .line 1105
            aload 5 /* absSub */
            invokevirtual org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            checkcast org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.asList:()Ljava/util/List;
            astore 7 /* intervals */
        start local 7 // java.util.List intervals
         4: .line 1106
            aload 7 /* intervals */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 24
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.BSPTree java.lang.Iterable int org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane org.apache.commons.math3.geometry.euclidean.twod.Line java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.euclidean.oned.Interval
            astore 8 /* i */
        start local 8 // org.apache.commons.math3.geometry.euclidean.oned.Interval i
         6: .line 1109
            aload 8 /* i */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getInf:()D
            invokestatic java.lang.Double.isInfinite:(D)Z
            ifeq 8
         7: .line 1110
            aconst_null
            goto 9
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.BSPTree java.lang.Iterable int org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane org.apache.commons.math3.geometry.euclidean.twod.Line java.util.List org.apache.commons.math3.geometry.euclidean.oned.Interval java.util.Iterator
      StackMap stack:
         8: aload 6 /* line */
            new org.apache.commons.math3.geometry.euclidean.oned.Vector1D
            dup
            aload 8 /* i */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getInf:()D
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.Vector1D.<init>:(D)V
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
         9: .line 1109
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.euclidean.twod.Vector2D
            astore 10 /* startV */
        start local 10 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D startV
        10: .line 1111
            aload 8 /* i */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getSup:()D
            invokestatic java.lang.Double.isInfinite:(D)Z
            ifeq 12
        11: .line 1112
            aconst_null
            goto 13
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.Vector2D
      StackMap stack:
        12: aload 6 /* line */
            new org.apache.commons.math3.geometry.euclidean.oned.Vector1D
            dup
            aload 8 /* i */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getSup:()D
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.Vector1D.<init>:(D)V
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
        13: .line 1111
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.euclidean.twod.Vector2D
            astore 11 /* endV */
        start local 11 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D endV
        14: .line 1115
            aload 0 /* this */
            aload 10 /* startV */
            aload 3 /* splitters */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.selectClosest:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Ljava/lang/Iterable;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 12 /* startN */
        start local 12 // org.apache.commons.math3.geometry.partitioning.BSPTree startN
        15: .line 1116
            aload 0 /* this */
            aload 11 /* endV */
            aload 3 /* splitters */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.selectClosest:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Ljava/lang/Iterable;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 13 /* endN */
        start local 13 // org.apache.commons.math3.geometry.partitioning.BSPTree endN
        16: .line 1118
            iload 4 /* reversed */
            ifeq 21
        17: .line 1119
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.segments:Ljava/util/List;
            new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment
            dup
            aload 11 /* endV */
            aload 10 /* startV */
            aload 6 /* line */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.getReverse:()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
        18: .line 1120
            aload 2 /* node */
            aload 13 /* endN */
            aload 12 /* startN */
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
        19: .line 1119
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 1121
            goto 24
        21: .line 1122
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.Vector2D org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.segments:Ljava/util/List;
            new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment
            dup
            aload 10 /* startV */
            aload 11 /* endV */
            aload 6 /* line */
        22: .line 1123
            aload 2 /* node */
            aload 12 /* startN */
            aload 13 /* endN */
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
        23: .line 1122
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 13 // org.apache.commons.math3.geometry.partitioning.BSPTree endN
        end local 12 // org.apache.commons.math3.geometry.partitioning.BSPTree startN
        end local 11 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D endV
        end local 10 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D startV
        end local 8 // org.apache.commons.math3.geometry.euclidean.oned.Interval i
        24: .line 1106
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.BSPTree java.lang.Iterable int org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane org.apache.commons.math3.geometry.euclidean.twod.Line java.util.List top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        25: .line 1127
            return
        end local 7 // java.util.List intervals
        end local 6 // org.apache.commons.math3.geometry.euclidean.twod.Line line
        end local 5 // org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane absSub
        end local 4 // boolean reversed
        end local 3 // java.lang.Iterable splitters
        end local 2 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane sub
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
            0   26     1        sub  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            0   26     2       node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            0   26     3  splitters  Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;
            0   26     4   reversed  Z
            2   26     5     absSub  Lorg/apache/commons/math3/geometry/partitioning/AbstractSubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
            3   26     6       line  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            4   26     7  intervals  Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;>;
            6   24     8          i  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
           10   24    10     startV  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
           14   24    11       endV  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
           15   24    12     startN  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
           16   24    13       endN  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;Z)V
    MethodParameters:
           Name  Flags
      sub        final
      node       final
      splitters  final
      reversed   final

  private org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> selectClosest(org.apache.commons.math3.geometry.euclidean.twod.Vector2D, java.lang.Iterable<org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>>);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Ljava/lang/Iterable;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D point
        start local 2 // java.lang.Iterable candidates
         0: .line 1136
            aconst_null
            astore 3 /* selected */
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree selected
         1: .line 1137
            ldc Infinity
            dstore 4 /* min */
        start local 4 // double min
         2: .line 1139
            aload 2 /* candidates */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 7
            goto 8
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.euclidean.twod.Vector2D java.lang.Iterable org.apache.commons.math3.geometry.partitioning.BSPTree double top java.util.Iterator
      StackMap stack:
         3: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
            astore 6 /* node */
        start local 6 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         4: .line 1140
            aload 6 /* 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 1 /* point */
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dstore 8 /* distance */
        start local 8 // double distance
         5: .line 1141
            dload 8 /* distance */
            dload 4 /* min */
            dcmpg
            ifge 8
         6: .line 1142
            aload 6 /* node */
            astore 3 /* selected */
         7: .line 1143
            dload 8 /* distance */
            dstore 4 /* min */
        end local 8 // double distance
        end local 6 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         8: .line 1139
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 1147
            dload 4 /* min */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.tolerance:D
            dcmpg
            ifgt 10
            aload 3 /* selected */
            goto 11
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.euclidean.twod.Vector2D java.lang.Iterable org.apache.commons.math3.geometry.partitioning.BSPTree double
      StackMap stack:
        10: aconst_null
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.partitioning.BSPTree
        11: areturn
        end local 4 // double min
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree selected
        end local 2 // java.lang.Iterable candidates
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D point
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
            0   12     1       point  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            0   12     2  candidates  Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;
            1   12     3    selected  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            2   12     4         min  D
            4    8     6        node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            5    8     8    distance  D
    Signature: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
    MethodParameters:
            Name  Flags
      point       final
      candidates  final

  public java.util.List<org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment> getSegments();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
         0: .line 1155
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.segments:Ljava/util/List;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
    Signature: ()Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;>;
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
SourceFile: "PolygonsSet.java"
NestHost: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
InnerClasses:
  private ConnectableSegment = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
  private SegmentsBuilder = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
  public final Order = org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order of org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor