class org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder implements org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D> root;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;

  private final double tolerance;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<org.apache.commons.math3.geometry.spherical.twod.Edge, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>> edgeToNode;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;>;

  private final java.util.Map<org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>, java.util.List<org.apache.commons.math3.geometry.spherical.twod.Edge>> nodeToEdgesList;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;>;

  void <init>(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>, );
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree root
        start local 2 // double tolerance
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* root */
            putfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.root:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         2: .line 57
            aload 0 /* this */
            dload 2 /* tolerance */
            putfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.tolerance:D
         3: .line 58
            aload 0 /* this */
            new java.util.IdentityHashMap
            dup
            invokespecial java.util.IdentityHashMap.<init>:()V
            putfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.edgeToNode:Ljava/util/Map;
         4: .line 59
            aload 0 /* this */
            new java.util.IdentityHashMap
            dup
            invokespecial java.util.IdentityHashMap.<init>:()V
            putfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.nodeToEdgesList:Ljava/util/Map;
         5: .line 60
            return
        end local 2 // double tolerance
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree root
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
            0    6     1       root  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
            0    6     2  tolerance  D
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;D)V
    MethodParameters:
           Name  Flags
      root       final
      tolerance  final

  public org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
    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.spherical.twod.EdgesBuilder this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 64
            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.spherical.twod.EdgesBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
            0    1     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)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.spherical.twod.Sphere2D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 69
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.nodeToEdgesList:Ljava/util/Map;
            aload 1 /* node */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 71
            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
         2: .line 72
            aload 2 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            ifnull 4
         3: .line 73
            aload 0 /* this */
            aload 2 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            checkcast org.apache.commons.math3.geometry.spherical.twod.SubCircle
            iconst_0
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.addContribution:(Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
         4: .line 75
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
      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 76
            aload 0 /* this */
            aload 2 /* attribute */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
            checkcast org.apache.commons.math3.geometry.spherical.twod.SubCircle
            iconst_1
            aload 1 /* node */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.addContribution:(Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
         6: .line 78
      StackMap locals:
      StackMap stack:
            return
        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.spherical.twod.EdgesBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
            0    7     1       node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
            2    7     2  attribute  Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)V
    MethodParameters:
      Name  Flags
      node  final

  public void visitLeafNode(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
    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.spherical.twod.EdgesBuilder this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 82
            return
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
            0    1     1  node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)V
    MethodParameters:
      Name  Flags
      node  final

  private void addContribution(org.apache.commons.math3.geometry.spherical.twod.SubCircle, boolean, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.SubCircle sub
        start local 2 // boolean reversed
        start local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 91
            aload 1 /* sub */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.SubCircle.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            checkcast org.apache.commons.math3.geometry.spherical.twod.Circle
            astore 4 /* circle */
        start local 4 // org.apache.commons.math3.geometry.spherical.twod.Circle circle
         1: .line 92
            aload 1 /* sub */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.SubCircle.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            checkcast org.apache.commons.math3.geometry.spherical.oned.ArcsSet
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.asList:()Ljava/util/List;
            astore 5 /* arcs */
        start local 5 // java.util.List arcs
         2: .line 93
            aload 5 /* arcs */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 14
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.SubCircle int org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.spherical.twod.Circle java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.spherical.oned.Arc
            astore 6 /* a */
        start local 6 // org.apache.commons.math3.geometry.spherical.oned.Arc a
         4: .line 94
            new org.apache.commons.math3.geometry.spherical.twod.Vertex
            dup
            aload 4 /* circle */
            new org.apache.commons.math3.geometry.spherical.oned.S1Point
            dup
            aload 6 /* a */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.Arc.getInf:()D
            invokespecial org.apache.commons.math3.geometry.spherical.oned.S1Point.<init>:(D)V
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.Vertex.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)V
            astore 8 /* start */
        start local 8 // org.apache.commons.math3.geometry.spherical.twod.Vertex start
         5: .line 95
            new org.apache.commons.math3.geometry.spherical.twod.Vertex
            dup
            aload 4 /* circle */
            new org.apache.commons.math3.geometry.spherical.oned.S1Point
            dup
            aload 6 /* a */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.Arc.getSup:()D
            invokespecial org.apache.commons.math3.geometry.spherical.oned.S1Point.<init>:(D)V
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.Vertex.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)V
            astore 9 /* end */
        start local 9 // org.apache.commons.math3.geometry.spherical.twod.Vertex end
         6: .line 96
            aload 8 /* start */
            aload 4 /* circle */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.bindWith:(Lorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
         7: .line 97
            aload 9 /* end */
            aload 4 /* circle */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.bindWith:(Lorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
         8: .line 99
            iload 2 /* reversed */
            ifeq 11
         9: .line 100
            new org.apache.commons.math3.geometry.spherical.twod.Edge
            dup
            aload 9 /* end */
            aload 8 /* start */
            aload 6 /* a */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.Arc.getSize:()D
            aload 4 /* circle */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.getReverse:()Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.Edge.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;DLorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
            astore 10 /* edge */
        start local 10 // org.apache.commons.math3.geometry.spherical.twod.Edge edge
        10: .line 101
            goto 12
        end local 10 // org.apache.commons.math3.geometry.spherical.twod.Edge edge
        11: .line 102
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.SubCircle int org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.spherical.twod.Circle java.util.List org.apache.commons.math3.geometry.spherical.oned.Arc java.util.Iterator org.apache.commons.math3.geometry.spherical.twod.Vertex org.apache.commons.math3.geometry.spherical.twod.Vertex
      StackMap stack:
            new org.apache.commons.math3.geometry.spherical.twod.Edge
            dup
            aload 8 /* start */
            aload 9 /* end */
            aload 6 /* a */
            invokevirtual org.apache.commons.math3.geometry.spherical.oned.Arc.getSize:()D
            aload 4 /* circle */
            invokespecial org.apache.commons.math3.geometry.spherical.twod.Edge.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;DLorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
            astore 10 /* edge */
        start local 10 // org.apache.commons.math3.geometry.spherical.twod.Edge edge
        12: .line 104
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.Edge
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.edgeToNode:Ljava/util/Map;
            aload 10 /* edge */
            aload 3 /* node */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 105
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.nodeToEdgesList:Ljava/util/Map;
            aload 3 /* node */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            aload 10 /* edge */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // org.apache.commons.math3.geometry.spherical.twod.Edge edge
        end local 9 // org.apache.commons.math3.geometry.spherical.twod.Vertex end
        end local 8 // org.apache.commons.math3.geometry.spherical.twod.Vertex start
        end local 6 // org.apache.commons.math3.geometry.spherical.oned.Arc a
        14: .line 93
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.SubCircle int org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.spherical.twod.Circle java.util.List top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        15: .line 107
            return
        end local 5 // java.util.List arcs
        end local 4 // org.apache.commons.math3.geometry.spherical.twod.Circle circle
        end local 3 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 2 // boolean reversed
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.SubCircle sub
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
            0   16     1       sub  Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;
            0   16     2  reversed  Z
            0   16     3      node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
            1   16     4    circle  Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
            2   16     5      arcs  Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/oned/Arc;>;
            4   14     6         a  Lorg/apache/commons/math3/geometry/spherical/oned/Arc;
            5   14     8     start  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            6   14     9       end  Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
           10   11    10      edge  Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
           12   14    10      edge  Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    Signature: (Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)V
    MethodParameters:
          Name  Flags
      sub       final
      reversed  final
      node      final

  private org.apache.commons.math3.geometry.spherical.twod.Edge getFollowingEdge(org.apache.commons.math3.geometry.spherical.twod.Edge);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/Edge;)Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=14, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.Edge previous
         0: .line 119
            aload 1 /* previous */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getEnd:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            astore 2 /* point */
        start local 2 // org.apache.commons.math3.geometry.spherical.twod.S2Point point
         1: .line 120
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.root:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aload 2 /* point */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.tolerance:D
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCloseCuts:(Lorg/apache/commons/math3/geometry/Point;D)Ljava/util/List;
            astore 3 /* candidates */
        start local 3 // java.util.List candidates
         2: .line 123
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.tolerance:D
            dstore 4 /* closest */
        start local 4 // double closest
         3: .line 124
            aconst_null
            astore 6 /* following */
        start local 6 // org.apache.commons.math3.geometry.spherical.twod.Edge following
         4: .line 125
            aload 3 /* candidates */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 15
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.S2Point java.util.List double org.apache.commons.math3.geometry.spherical.twod.Edge top java.util.Iterator
      StackMap stack:
         5: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
            astore 7 /* node */
        start local 7 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         6: .line 126
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.nodeToEdgesList:Ljava/util/Map;
            aload 7 /* node */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 14
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.S2Point java.util.List double org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Iterator top java.util.Iterator
      StackMap stack:
         7: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.spherical.twod.Edge
            astore 9 /* edge */
        start local 9 // org.apache.commons.math3.geometry.spherical.twod.Edge edge
         8: .line 127
            aload 9 /* edge */
            aload 1 /* previous */
            if_acmpeq 14
            aload 9 /* edge */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getStart:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getIncoming:()Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
            ifnonnull 14
         9: .line 128
            aload 9 /* edge */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getStart:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            astore 11 /* edgeStart */
        start local 11 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D edgeStart
        10: .line 129
            aload 2 /* point */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            aload 11 /* edgeStart */
            invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.angle:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
            dstore 12 /* gap */
        start local 12 // double gap
        11: .line 130
            dload 12 /* gap */
            dload 4 /* closest */
            dcmpg
            ifgt 14
        12: .line 131
            dload 12 /* gap */
            dstore 4 /* closest */
        13: .line 132
            aload 9 /* edge */
            astore 6 /* following */
        end local 12 // double gap
        end local 11 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D edgeStart
        end local 9 // org.apache.commons.math3.geometry.spherical.twod.Edge edge
        14: .line 126
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        end local 7 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        15: .line 125
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.S2Point java.util.List double org.apache.commons.math3.geometry.spherical.twod.Edge top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        16: .line 138
            aload 6 /* following */
            ifnonnull 21
        17: .line 139
            aload 1 /* previous */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getStart:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            astore 7 /* previousStart */
        start local 7 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D previousStart
        18: .line 140
            aload 2 /* point */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            aload 7 /* previousStart */
            invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.angle:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.tolerance:D
            dcmpg
            ifgt 20
        19: .line 142
            aload 1 /* previous */
            areturn
        20: .line 146
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.S2Point java.util.List double org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.euclidean.threed.Vector3D
      StackMap stack:
            new org.apache.commons.math3.exception.MathIllegalStateException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.OUTLINE_BOUNDARY_LOOP_OPEN:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
        end local 7 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D previousStart
        21: .line 150
      StackMap locals:
      StackMap stack:
            aload 6 /* following */
            areturn
        end local 6 // org.apache.commons.math3.geometry.spherical.twod.Edge following
        end local 4 // double closest
        end local 3 // java.util.List candidates
        end local 2 // org.apache.commons.math3.geometry.spherical.twod.S2Point point
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.Edge previous
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0           this  Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
            0   22     1       previous  Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
            1   22     2          point  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            2   22     3     candidates  Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;>;
            3   22     4        closest  D
            4   22     6      following  Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
            6   15     7           node  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
            8   14     9           edge  Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
           10   14    11      edgeStart  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
           11   14    12            gap  D
           18   21     7  previousStart  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalStateException
    MethodParameters:
          Name  Flags
      previous  final

  public java.util.List<org.apache.commons.math3.geometry.spherical.twod.Edge> getEdges();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
         0: .line 161
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.edgeToNode:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.spherical.twod.Edge
            astore 1 /* previous */
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.Edge previous
         2: .line 162
            aload 1 /* previous */
            aload 0 /* this */
            aload 1 /* previous */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.getFollowingEdge:(Lorg/apache/commons/math3/geometry/spherical/twod/Edge;)Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.setNextEdge:(Lorg/apache/commons/math3/geometry/spherical/twod/Edge;)V
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.Edge previous
         3: .line 161
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 165
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.edgeToNode:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
            2    3     1  previous  Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalStateException
    Signature: ()Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
SourceFile: "EdgesBuilder.java"
InnerClasses:
  public final Order = org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order of org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor