final class org.apache.lucene.geo.Line2D implements org.apache.lucene.geo.Component2D
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.geo.Line2D
  super_class: java.lang.Object
{
  private final double minY;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private final org.apache.lucene.geo.EdgeTree tree;
    descriptor: Lorg/apache/lucene/geo/EdgeTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(org.apache.lucene.geo.Line);
    descriptor: (Lorg/apache/lucene/geo/Line;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // org.apache.lucene.geo.Line line
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* line */
            getfield org.apache.lucene.geo.Line.minLat:D
            putfield org.apache.lucene.geo.Line2D.minY:D
         2: .line 42
            aload 0 /* this */
            aload 1 /* line */
            getfield org.apache.lucene.geo.Line.maxLat:D
            putfield org.apache.lucene.geo.Line2D.maxY:D
         3: .line 43
            aload 0 /* this */
            aload 1 /* line */
            getfield org.apache.lucene.geo.Line.minLon:D
            putfield org.apache.lucene.geo.Line2D.minX:D
         4: .line 44
            aload 0 /* this */
            aload 1 /* line */
            getfield org.apache.lucene.geo.Line.maxLon:D
            putfield org.apache.lucene.geo.Line2D.maxX:D
         5: .line 45
            aload 0 /* this */
            aload 1 /* line */
            invokevirtual org.apache.lucene.geo.Line.getLons:()[D
            aload 1 /* line */
            invokevirtual org.apache.lucene.geo.Line.getLats:()[D
            invokestatic org.apache.lucene.geo.EdgeTree.createTree:([D[D)Lorg/apache/lucene/geo/EdgeTree;
            putfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
         6: .line 46
            return
        end local 1 // org.apache.lucene.geo.Line line
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/geo/Line2D;
            0    7     1  line  Lorg/apache/lucene/geo/Line;
    MethodParameters:
      Name  Flags
      line  

  private void <init>(org.apache.lucene.geo.XYLine);
    descriptor: (Lorg/apache/lucene/geo/XYLine;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // org.apache.lucene.geo.XYLine line
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* line */
            getfield org.apache.lucene.geo.XYLine.minY:F
            f2d
            putfield org.apache.lucene.geo.Line2D.minY:D
         2: .line 50
            aload 0 /* this */
            aload 1 /* line */
            getfield org.apache.lucene.geo.XYLine.maxY:F
            f2d
            putfield org.apache.lucene.geo.Line2D.maxY:D
         3: .line 51
            aload 0 /* this */
            aload 1 /* line */
            getfield org.apache.lucene.geo.XYLine.minX:F
            f2d
            putfield org.apache.lucene.geo.Line2D.minX:D
         4: .line 52
            aload 0 /* this */
            aload 1 /* line */
            getfield org.apache.lucene.geo.XYLine.maxX:F
            f2d
            putfield org.apache.lucene.geo.Line2D.maxX:D
         5: .line 53
            aload 0 /* this */
            aload 1 /* line */
            invokevirtual org.apache.lucene.geo.XYLine.getX:()[F
            invokestatic org.apache.lucene.geo.XYEncodingUtils.floatArrayToDoubleArray:([F)[D
            aload 1 /* line */
            invokevirtual org.apache.lucene.geo.XYLine.getY:()[F
            invokestatic org.apache.lucene.geo.XYEncodingUtils.floatArrayToDoubleArray:([F)[D
            invokestatic org.apache.lucene.geo.EdgeTree.createTree:([D[D)Lorg/apache/lucene/geo/EdgeTree;
            putfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
         6: .line 54
            return
        end local 1 // org.apache.lucene.geo.XYLine line
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/geo/Line2D;
            0    7     1  line  Lorg/apache/lucene/geo/XYLine;
    MethodParameters:
      Name  Flags
      line  

  public double getMinX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.geo.Line2D this
         0: .line 58
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minX:D
            dreturn
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/geo/Line2D;

  public double getMaxX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.geo.Line2D this
         0: .line 63
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxX:D
            dreturn
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/geo/Line2D;

  public double getMinY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.geo.Line2D this
         0: .line 68
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minY:D
            dreturn
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/geo/Line2D;

  public double getMaxY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.geo.Line2D this
         0: .line 73
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxY:D
            dreturn
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/geo/Line2D;

  public boolean contains(double, double);
    descriptor: (DD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=5, args_size=3
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double x
        start local 3 // double y
         0: .line 78
            dload 1 /* x */
            dload 3 /* y */
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minY:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxY:D
            invokestatic org.apache.lucene.geo.Component2D.containsPoint:(DDDDDD)Z
            ifeq 2
         1: .line 79
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            dload 1 /* x */
            dload 3 /* y */
            invokevirtual org.apache.lucene.geo.EdgeTree.isPointOnLine:(DD)Z
            ireturn
         2: .line 81
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/geo/Line2D;
            0    3     1     x  D
            0    3     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  public org.apache.lucene.index.PointValues$Relation relate(double, double, double, double);
    descriptor: (DDDD)Lorg/apache/lucene/index/PointValues$Relation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=9, args_size=5
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double minX
        start local 3 // double maxX
        start local 5 // double minY
        start local 7 // double maxY
         0: .line 86
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minY:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxY:D
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            invokestatic org.apache.lucene.geo.Component2D.disjoint:(DDDDDDDD)Z
            ifeq 2
         1: .line 87
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minY:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxY:D
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            invokestatic org.apache.lucene.geo.Component2D.within:(DDDDDDDD)Z
            ifeq 4
         3: .line 90
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_CROSSES_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
         4: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            iconst_1
            invokevirtual org.apache.lucene.geo.EdgeTree.crossesBox:(DDDDZ)Z
            ifeq 6
         5: .line 93
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_CROSSES_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
         6: .line 95
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        end local 7 // double maxY
        end local 5 // double minY
        end local 3 // double maxX
        end local 1 // double minX
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/geo/Line2D;
            0    7     1  minX  D
            0    7     3  maxX  D
            0    7     5  minY  D
            0    7     7  maxY  D
    MethodParameters:
      Name  Flags
      minX  
      maxX  
      minY  
      maxY  

  public boolean intersectsLine(double, double, double, double, double, double, double, double);
    descriptor: (DDDDDDDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=18, locals=17, args_size=9
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double minX
        start local 3 // double maxX
        start local 5 // double minY
        start local 7 // double maxY
        start local 9 // double aX
        start local 11 // double aY
        start local 13 // double bX
        start local 15 // double bY
         0: .line 101
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minY:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxY:D
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            invokestatic org.apache.lucene.geo.Component2D.disjoint:(DDDDDDDD)Z
            ifeq 2
         1: .line 102
            iconst_0
            ireturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            dload 9 /* aX */
            dload 11 /* aY */
            dload 13 /* bX */
            dload 15 /* bY */
            iconst_1
            invokevirtual org.apache.lucene.geo.EdgeTree.crossesLine:(DDDDDDDDZ)Z
            ireturn
        end local 15 // double bY
        end local 13 // double bX
        end local 11 // double aY
        end local 9 // double aX
        end local 7 // double maxY
        end local 5 // double minY
        end local 3 // double maxX
        end local 1 // double minX
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/geo/Line2D;
            0    3     1  minX  D
            0    3     3  maxX  D
            0    3     5  minY  D
            0    3     7  maxY  D
            0    3     9    aX  D
            0    3    11    aY  D
            0    3    13    bX  D
            0    3    15    bY  D
    MethodParameters:
      Name  Flags
      minX  
      maxX  
      minY  
      maxY  
      aX    
      aY    
      bX    
      bY    

  public boolean intersectsTriangle(double, double, double, double, double, double, double, double, double, double);
    descriptor: (DDDDDDDDDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=24, locals=21, args_size=11
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double minX
        start local 3 // double maxX
        start local 5 // double minY
        start local 7 // double maxY
        start local 9 // double aX
        start local 11 // double aY
        start local 13 // double bX
        start local 15 // double bY
        start local 17 // double cX
        start local 19 // double cY
         0: .line 110
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minY:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxY:D
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            invokestatic org.apache.lucene.geo.Component2D.disjoint:(DDDDDDDD)Z
            ifeq 2
         1: .line 111
            iconst_0
            ireturn
         2: .line 113
      StackMap locals:
      StackMap stack:
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            getfield org.apache.lucene.geo.EdgeTree.x1:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            getfield org.apache.lucene.geo.EdgeTree.y1:D
            dload 9 /* aX */
            dload 11 /* aY */
            dload 13 /* bX */
            dload 15 /* bY */
            dload 17 /* cX */
            dload 19 /* cY */
            invokestatic org.apache.lucene.geo.Component2D.pointInTriangle:(DDDDDDDDDDDD)Z
            ifne 5
         3: .line 114
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            dload 9 /* aX */
            dload 11 /* aY */
            dload 13 /* bX */
            dload 15 /* bY */
            dload 17 /* cX */
            dload 19 /* cY */
            iconst_1
            invokevirtual org.apache.lucene.geo.EdgeTree.crossesTriangle:(DDDDDDDDDDZ)Z
            ifne 5
         4: .line 113
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 19 // double cY
        end local 17 // double cX
        end local 15 // double bY
        end local 13 // double bX
        end local 11 // double aY
        end local 9 // double aX
        end local 7 // double maxY
        end local 5 // double minY
        end local 3 // double maxX
        end local 1 // double minX
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/geo/Line2D;
            0    6     1  minX  D
            0    6     3  maxX  D
            0    6     5  minY  D
            0    6     7  maxY  D
            0    6     9    aX  D
            0    6    11    aY  D
            0    6    13    bX  D
            0    6    15    bY  D
            0    6    17    cX  D
            0    6    19    cY  D
    MethodParameters:
      Name  Flags
      minX  
      maxX  
      minY  
      maxY  
      aX    
      aY    
      bX    
      bY    
      cX    
      cY    

  public boolean containsLine(double, double, double, double, double, double, double, double);
    descriptor: (DDDDDDDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=17, args_size=9
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double minX
        start local 3 // double maxX
        start local 5 // double minY
        start local 7 // double maxY
        start local 9 // double aX
        start local 11 // double aY
        start local 13 // double bX
        start local 15 // double bY
         0: .line 121
            iconst_0
            ireturn
        end local 15 // double bY
        end local 13 // double bX
        end local 11 // double aY
        end local 9 // double aX
        end local 7 // double maxY
        end local 5 // double minY
        end local 3 // double maxX
        end local 1 // double minX
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/geo/Line2D;
            0    1     1  minX  D
            0    1     3  maxX  D
            0    1     5  minY  D
            0    1     7  maxY  D
            0    1     9    aX  D
            0    1    11    aY  D
            0    1    13    bX  D
            0    1    15    bY  D
    MethodParameters:
      Name  Flags
      minX  
      maxX  
      minY  
      maxY  
      aX    
      aY    
      bX    
      bY    

  public boolean containsTriangle(double, double, double, double, double, double, double, double, double, double);
    descriptor: (DDDDDDDDDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=21, args_size=11
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double minX
        start local 3 // double maxX
        start local 5 // double minY
        start local 7 // double maxY
        start local 9 // double aX
        start local 11 // double aY
        start local 13 // double bX
        start local 15 // double bY
        start local 17 // double cX
        start local 19 // double cY
         0: .line 127
            iconst_0
            ireturn
        end local 19 // double cY
        end local 17 // double cX
        end local 15 // double bY
        end local 13 // double bX
        end local 11 // double aY
        end local 9 // double aX
        end local 7 // double maxY
        end local 5 // double minY
        end local 3 // double maxX
        end local 1 // double minX
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/geo/Line2D;
            0    1     1  minX  D
            0    1     3  maxX  D
            0    1     5  minY  D
            0    1     7  maxY  D
            0    1     9    aX  D
            0    1    11    aY  D
            0    1    13    bX  D
            0    1    15    bY  D
            0    1    17    cX  D
            0    1    19    cY  D
    MethodParameters:
      Name  Flags
      minX  
      maxX  
      minY  
      maxY  
      aX    
      aY    
      bX    
      bY    
      cX    
      cY    

  public org.apache.lucene.geo.Component2D$WithinRelation withinPoint(double, double);
    descriptor: (DD)Lorg/apache/lucene/geo/Component2D$WithinRelation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=3
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double x
        start local 3 // double y
         0: .line 132
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.DISJOINT:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            areturn
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/geo/Line2D;
            0    1     1     x  D
            0    1     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  public org.apache.lucene.geo.Component2D$WithinRelation withinLine(double, double, double, double, double, double, boolean, double, double);
    descriptor: (DDDDDDZDD)Lorg/apache/lucene/geo/Component2D$WithinRelation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=18, args_size=10
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double minX
        start local 3 // double maxX
        start local 5 // double minY
        start local 7 // double maxY
        start local 9 // double aX
        start local 11 // double aY
        start local 13 // boolean ab
        start local 14 // double bX
        start local 16 // double bY
         0: .line 139
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.DISJOINT:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            areturn
        end local 16 // double bY
        end local 14 // double bX
        end local 13 // boolean ab
        end local 11 // double aY
        end local 9 // double aX
        end local 7 // double maxY
        end local 5 // double minY
        end local 3 // double maxX
        end local 1 // double minX
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/geo/Line2D;
            0    1     1  minX  D
            0    1     3  maxX  D
            0    1     5  minY  D
            0    1     7  maxY  D
            0    1     9    aX  D
            0    1    11    aY  D
            0    1    13    ab  Z
            0    1    14    bX  D
            0    1    16    bY  D
    MethodParameters:
      Name  Flags
      minX  
      maxX  
      minY  
      maxY  
      aX    
      aY    
      ab    
      bX    
      bY    

  public org.apache.lucene.geo.Component2D$WithinRelation withinTriangle(double, double, double, double, double, double, boolean, double, double, boolean, double, double, boolean);
    descriptor: (DDDDDDZDDZDDZ)Lorg/apache/lucene/geo/Component2D$WithinRelation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=24, locals=25, args_size=14
        start local 0 // org.apache.lucene.geo.Line2D this
        start local 1 // double minX
        start local 3 // double maxX
        start local 5 // double minY
        start local 7 // double maxY
        start local 9 // double aX
        start local 11 // double aY
        start local 13 // boolean ab
        start local 14 // double bX
        start local 16 // double bY
        start local 18 // boolean bc
        start local 19 // double cX
        start local 21 // double cY
        start local 23 // boolean ca
         0: .line 145
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxX:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.minY:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.maxY:D
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            invokestatic org.apache.lucene.geo.Component2D.disjoint:(DDDDDDDD)Z
            ifeq 2
         1: .line 146
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.DISJOINT:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            areturn
         2: .line 149
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.DISJOINT:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            astore 24 /* relation */
        start local 24 // org.apache.lucene.geo.Component2D$WithinRelation relation
         3: .line 153
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            dload 9 /* aX */
            dload 11 /* aY */
            dload 14 /* bX */
            dload 16 /* bY */
            iconst_1
            invokevirtual org.apache.lucene.geo.EdgeTree.crossesLine:(DDDDDDDDZ)Z
            ifeq 7
         4: .line 154
            iload 13 /* ab */
            ifeq 6
         5: .line 155
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.NOTWITHIN:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            areturn
         6: .line 157
      StackMap locals: org.apache.lucene.geo.Component2D$WithinRelation
      StackMap stack:
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.CANDIDATE:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            astore 24 /* relation */
         7: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            dload 14 /* bX */
            dload 16 /* bY */
            dload 19 /* cX */
            dload 21 /* cY */
            iconst_1
            invokevirtual org.apache.lucene.geo.EdgeTree.crossesLine:(DDDDDDDDZ)Z
            ifeq 11
         8: .line 162
            iload 18 /* bc */
            ifeq 10
         9: .line 163
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.NOTWITHIN:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            areturn
        10: .line 165
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.CANDIDATE:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            astore 24 /* relation */
        11: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            dload 19 /* cX */
            dload 21 /* cY */
            dload 9 /* aX */
            dload 11 /* aY */
            iconst_1
            invokevirtual org.apache.lucene.geo.EdgeTree.crossesLine:(DDDDDDDDZ)Z
            ifeq 15
        12: .line 169
            iload 23 /* ca */
            ifeq 14
        13: .line 170
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.NOTWITHIN:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            areturn
        14: .line 172
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.CANDIDATE:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            astore 24 /* relation */
        15: .line 177
      StackMap locals:
      StackMap stack:
            aload 24 /* relation */
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.CANDIDATE:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            if_acmpne 17
        16: .line 178
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.CANDIDATE:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            areturn
        17: .line 182
      StackMap locals:
      StackMap stack:
            dload 1 /* minX */
            dload 3 /* maxX */
            dload 5 /* minY */
            dload 7 /* maxY */
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            getfield org.apache.lucene.geo.EdgeTree.x1:D
            aload 0 /* this */
            getfield org.apache.lucene.geo.Line2D.tree:Lorg/apache/lucene/geo/EdgeTree;
            getfield org.apache.lucene.geo.EdgeTree.y1:D
            dload 9 /* aX */
            dload 11 /* aY */
            dload 14 /* bX */
            dload 16 /* bY */
            dload 19 /* cX */
            dload 21 /* cY */
            invokestatic org.apache.lucene.geo.Component2D.pointInTriangle:(DDDDDDDDDDDD)Z
            ifeq 19
        18: .line 183
            getstatic org.apache.lucene.geo.Component2D$WithinRelation.CANDIDATE:Lorg/apache/lucene/geo/Component2D$WithinRelation;
            areturn
        19: .line 185
      StackMap locals:
      StackMap stack:
            aload 24 /* relation */
            areturn
        end local 24 // org.apache.lucene.geo.Component2D$WithinRelation relation
        end local 23 // boolean ca
        end local 21 // double cY
        end local 19 // double cX
        end local 18 // boolean bc
        end local 16 // double bY
        end local 14 // double bX
        end local 13 // boolean ab
        end local 11 // double aY
        end local 9 // double aX
        end local 7 // double maxY
        end local 5 // double minY
        end local 3 // double maxX
        end local 1 // double minX
        end local 0 // org.apache.lucene.geo.Line2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lorg/apache/lucene/geo/Line2D;
            0   20     1      minX  D
            0   20     3      maxX  D
            0   20     5      minY  D
            0   20     7      maxY  D
            0   20     9        aX  D
            0   20    11        aY  D
            0   20    13        ab  Z
            0   20    14        bX  D
            0   20    16        bY  D
            0   20    18        bc  Z
            0   20    19        cX  D
            0   20    21        cY  D
            0   20    23        ca  Z
            3   20    24  relation  Lorg/apache/lucene/geo/Component2D$WithinRelation;
    MethodParameters:
      Name  Flags
      minX  
      maxX  
      minY  
      maxY  
      aX    
      aY    
      ab    
      bX    
      bY    
      bc    
      cX    
      cY    
      ca    

  static org.apache.lucene.geo.Component2D create(org.apache.lucene.geo.Line);
    descriptor: (Lorg/apache/lucene/geo/Line;)Lorg/apache/lucene/geo/Component2D;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.geo.Line line
         0: .line 190
            new org.apache.lucene.geo.Line2D
            dup
            aload 0 /* line */
            invokespecial org.apache.lucene.geo.Line2D.<init>:(Lorg/apache/lucene/geo/Line;)V
            areturn
        end local 0 // org.apache.lucene.geo.Line line
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  line  Lorg/apache/lucene/geo/Line;
    MethodParameters:
      Name  Flags
      line  

  static org.apache.lucene.geo.Component2D create(org.apache.lucene.geo.XYLine);
    descriptor: (Lorg/apache/lucene/geo/XYLine;)Lorg/apache/lucene/geo/Component2D;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.geo.XYLine line
         0: .line 195
            new org.apache.lucene.geo.Line2D
            dup
            aload 0 /* line */
            invokespecial org.apache.lucene.geo.Line2D.<init>:(Lorg/apache/lucene/geo/XYLine;)V
            areturn
        end local 0 // org.apache.lucene.geo.XYLine line
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  line  Lorg/apache/lucene/geo/XYLine;
    MethodParameters:
      Name  Flags
      line  
}
SourceFile: "Line2D.java"
InnerClasses:
  public final WithinRelation = org.apache.lucene.geo.Component2D$WithinRelation of org.apache.lucene.geo.Component2D
  public final Relation = org.apache.lucene.index.PointValues$Relation of org.apache.lucene.index.PointValues