class org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex start;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex end;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.math3.geometry.euclidean.twod.Line line;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> node;
    descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;

  void <init>(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex, org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex, org.apache.commons.math3.geometry.euclidean.twod.Line);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex start
        start local 2 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex end
        start local 3 // org.apache.commons.math3.geometry.euclidean.twod.Line line
         0: .line 531
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 533
            aload 0 /* this */
            aload 1 /* start */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.start:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
         2: .line 534
            aload 0 /* this */
            aload 2 /* end */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.end:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
         3: .line 535
            aload 0 /* this */
            aload 3 /* line */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
         4: .line 536
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         5: .line 539
            aload 1 /* start */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.setOutgoing:(Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;)V
         6: .line 540
            aload 2 /* end */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.setIncoming:(Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;)V
         7: .line 542
            return
        end local 3 // org.apache.commons.math3.geometry.euclidean.twod.Line line
        end local 2 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex end
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex start
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
            0    8     1  start  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            0    8     2    end  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            0    8     3   line  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
    MethodParameters:
       Name  Flags
      start  final
      end    final
      line   final

  public org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex getStart();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
         0: .line 548
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.start:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;

  public org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex getEnd();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
         0: .line 555
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.end:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;

  public org.apache.commons.math3.geometry.euclidean.twod.Line getLine();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
         0: .line 562
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;

  public void setNode(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=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
        start local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
         0: .line 569
            aload 0 /* this */
            aload 1 /* node */
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         1: .line 570
            return
        end local 1 // org.apache.commons.math3.geometry.partitioning.BSPTree node
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
            0    2     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

  public org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> getNode();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
         0: .line 577
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
    Signature: ()Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;

  public org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex split(org.apache.commons.math3.geometry.euclidean.twod.Line);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Line splitLine
         0: .line 590
            new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            aload 1 /* splitLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.intersection:(Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;)V
            astore 2 /* splitVertex */
        start local 2 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex splitVertex
         1: .line 591
            aload 2 /* splitVertex */
            aload 1 /* splitLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex.bindWith:(Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
         2: .line 592
            new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.start:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            aload 2 /* splitVertex */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
            astore 3 /* startHalf */
        start local 3 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge startHalf
         3: .line 593
            new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge
            dup
            aload 2 /* splitVertex */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.end:Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.line:Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)V
            astore 4 /* endHalf */
        start local 4 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge endHalf
         4: .line 594
            aload 3 /* startHalf */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         5: .line 595
            aload 4 /* endHalf */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge.node:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
         6: .line 596
            aload 2 /* splitVertex */
            areturn
        end local 4 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge endHalf
        end local 3 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge startHalf
        end local 2 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex splitVertex
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Line splitLine
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
            0    7     1    splitLine  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            1    7     2  splitVertex  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Vertex;
            3    7     3    startHalf  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
            4    7     4      endHalf  Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$Edge;
    MethodParameters:
           Name  Flags
      splitLine  final
}
SourceFile: "PolygonsSet.java"
NestHost: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
InnerClasses:
  private Edge = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Edge of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
  private Vertex = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$Vertex of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet