public class org.apache.commons.math3.geometry.euclidean.twod.SubLine extends org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D, org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.twod.SubLine
  super_class: org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane
{
  private static final double DEFAULT_TOLERANCE;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.0E-10

  public void <init>(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, org.apache.commons.math3.geometry.partitioning.Region<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        start local 2 // org.apache.commons.math3.geometry.partitioning.Region remainingRegion
         0: .line 50
            aload 0 /* this */
            aload 1 /* hyperplane */
            aload 2 /* remainingRegion */
            invokespecial org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane.<init>:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
         1: .line 51
            return
        end local 2 // org.apache.commons.math3.geometry.partitioning.Region remainingRegion
        end local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            0    2     1       hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            0    2     2  remainingRegion  Lorg/apache/commons/math3/geometry/partitioning/Region<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Lorg/apache/commons/math3/geometry/partitioning/Region<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)V
    MethodParameters:
                 Name  Flags
      hyperplane       final
      remainingRegion  final

  public void <init>(org.apache.commons.math3.geometry.euclidean.twod.Vector2D, org.apache.commons.math3.geometry.euclidean.twod.Vector2D, double);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
        start local 2 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
        start local 3 // double tolerance
         0: .line 60
            aload 0 /* this */
            new org.apache.commons.math3.geometry.euclidean.twod.Line
            dup
            aload 1 /* start */
            aload 2 /* end */
            dload 3 /* tolerance */
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.Line.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;D)V
            aload 1 /* start */
            aload 2 /* end */
            dload 3 /* tolerance */
            invokestatic org.apache.commons.math3.geometry.euclidean.twod.SubLine.buildIntervalSet:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;D)Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            invokespecial org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane.<init>:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
         1: .line 61
            return
        end local 3 // double tolerance
        end local 2 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            0    2     1      start  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            0    2     2        end  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            0    2     3  tolerance  D
    MethodParameters:
           Name  Flags
      start      final
      end        final
      tolerance  final

  public void <init>(org.apache.commons.math3.geometry.euclidean.twod.Vector2D, org.apache.commons.math3.geometry.euclidean.twod.Vector2D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
        start local 2 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
         0: .line 70
            aload 0 /* this */
            aload 1 /* start */
            aload 2 /* end */
            ldc 1.0E-10
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.SubLine.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;D)V
         1: .line 71
            return
        end local 2 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            0    2     1  start  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            0    2     2    end  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      start  final
      end    final

  public void <init>(org.apache.commons.math3.geometry.euclidean.twod.Segment);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Segment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Segment segment
         0: .line 77
            aload 0 /* this */
            aload 1 /* segment */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Segment.getLine:()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
         1: .line 78
            aload 1 /* segment */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Segment.getStart:()Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            aload 1 /* segment */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Segment.getEnd:()Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            aload 1 /* segment */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Segment.getLine:()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.getTolerance:()D
            invokestatic org.apache.commons.math3.geometry.euclidean.twod.SubLine.buildIntervalSet:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;D)Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            invokespecial org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane.<init>:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
         2: .line 79
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Segment segment
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            0    3     1  segment  Lorg/apache/commons/math3/geometry/euclidean/twod/Segment;
    MethodParameters:
         Name  Flags
      segment  final

  public java.util.List<org.apache.commons.math3.geometry.euclidean.twod.Segment> getSegments();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
         0: .line 97
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            checkcast org.apache.commons.math3.geometry.euclidean.twod.Line
            astore 1 /* line */
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Line line
         1: .line 98
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.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 2 /* list */
        start local 2 // java.util.List list
         2: .line 99
            new java.util.ArrayList
            dup
            aload 2 /* list */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* segments */
        start local 3 // java.util.List segments
         3: .line 101
            aload 2 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.SubLine org.apache.commons.math3.geometry.euclidean.twod.Line java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.geometry.euclidean.oned.Interval
            astore 4 /* interval */
        start local 4 // org.apache.commons.math3.geometry.euclidean.oned.Interval interval
         5: .line 102
            aload 1 /* line */
            new org.apache.commons.math3.geometry.euclidean.oned.Vector1D
            dup
            aload 4 /* interval */
            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;
            astore 6 /* start */
        start local 6 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
         6: .line 103
            aload 1 /* line */
            new org.apache.commons.math3.geometry.euclidean.oned.Vector1D
            dup
            aload 4 /* interval */
            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;
            astore 7 /* end */
        start local 7 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
         7: .line 104
            aload 3 /* segments */
            new org.apache.commons.math3.geometry.euclidean.twod.Segment
            dup
            aload 6 /* start */
            aload 7 /* end */
            aload 1 /* line */
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.Segment.<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;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
        end local 6 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
        end local 4 // org.apache.commons.math3.geometry.euclidean.oned.Interval interval
         8: .line 101
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         9: .line 107
            aload 3 /* segments */
            areturn
        end local 3 // java.util.List segments
        end local 2 // java.util.List list
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Line line
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            1   10     1      line  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            2   10     2      list  Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;>;
            3   10     3  segments  Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/twod/Segment;>;
            5    8     4  interval  Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
            6    8     6     start  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            7    8     7       end  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
    Signature: ()Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/twod/Segment;>;

  public org.apache.commons.math3.geometry.euclidean.twod.Vector2D intersection(org.apache.commons.math3.geometry.euclidean.twod.SubLine, boolean);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;Z)Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.SubLine subLine
        start local 2 // boolean includeEndPoints
         0: .line 128
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            checkcast org.apache.commons.math3.geometry.euclidean.twod.Line
            astore 3 /* line1 */
        start local 3 // org.apache.commons.math3.geometry.euclidean.twod.Line line1
         1: .line 129
            aload 1 /* subLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            checkcast org.apache.commons.math3.geometry.euclidean.twod.Line
            astore 4 /* line2 */
        start local 4 // org.apache.commons.math3.geometry.euclidean.twod.Line line2
         2: .line 132
            aload 3 /* line1 */
            aload 4 /* line2 */
            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;
            astore 5 /* v2D */
        start local 5 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D v2D
         3: .line 133
            aload 5 /* v2D */
            ifnonnull 5
         4: .line 134
            aconst_null
            areturn
         5: .line 138
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.Line org.apache.commons.math3.geometry.euclidean.twod.Line org.apache.commons.math3.geometry.euclidean.twod.Vector2D
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            aload 3 /* line1 */
            aload 5 /* v2D */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.checkPoint:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            astore 6 /* loc1 */
        start local 6 // org.apache.commons.math3.geometry.partitioning.Region$Location loc1
         6: .line 141
            aload 1 /* subLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            aload 4 /* line2 */
            aload 5 /* v2D */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.checkPoint:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            astore 7 /* loc2 */
        start local 7 // org.apache.commons.math3.geometry.partitioning.Region$Location loc2
         7: .line 143
            iload 2 /* includeEndPoints */
            ifeq 11
         8: .line 144
            aload 6 /* loc1 */
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.OUTSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            if_acmpeq 9
            aload 7 /* loc2 */
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.OUTSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            if_acmpeq 9
            aload 5 /* v2D */
            goto 10
      StackMap locals: org.apache.commons.math3.geometry.partitioning.Region$Location org.apache.commons.math3.geometry.partitioning.Region$Location
      StackMap stack:
         9: aconst_null
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.euclidean.twod.Vector2D
        10: areturn
        11: .line 146
      StackMap locals:
      StackMap stack:
            aload 6 /* loc1 */
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.INSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            if_acmpne 12
            aload 7 /* loc2 */
            getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.INSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            if_acmpne 12
            aload 5 /* v2D */
            goto 13
      StackMap locals:
      StackMap stack:
        12: aconst_null
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.euclidean.twod.Vector2D
        13: areturn
        end local 7 // org.apache.commons.math3.geometry.partitioning.Region$Location loc2
        end local 6 // org.apache.commons.math3.geometry.partitioning.Region$Location loc1
        end local 5 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D v2D
        end local 4 // org.apache.commons.math3.geometry.euclidean.twod.Line line2
        end local 3 // org.apache.commons.math3.geometry.euclidean.twod.Line line1
        end local 2 // boolean includeEndPoints
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.SubLine subLine
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            0   14     1           subLine  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            0   14     2  includeEndPoints  Z
            1   14     3             line1  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            2   14     4             line2  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            3   14     5               v2D  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            6   14     6              loc1  Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
            7   14     7              loc2  Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
    MethodParameters:
                  Name  Flags
      subLine           final
      includeEndPoints  final

  private static org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet buildIntervalSet(org.apache.commons.math3.geometry.euclidean.twod.Vector2D, org.apache.commons.math3.geometry.euclidean.twod.Vector2D, double);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;D)Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
        start local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
        start local 2 // double tolerance
         0: .line 158
            new org.apache.commons.math3.geometry.euclidean.twod.Line
            dup
            aload 0 /* start */
            aload 1 /* end */
            dload 2 /* tolerance */
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.Line.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;D)V
            astore 4 /* line */
        start local 4 // org.apache.commons.math3.geometry.euclidean.twod.Line line
         1: .line 159
            new org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
            dup
            aload 4 /* line */
            aload 0 /* start */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Vector1D.getX:()D
         2: .line 160
            aload 4 /* line */
            aload 1 /* end */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Vector1D.getX:()D
         3: .line 161
            dload 2 /* tolerance */
         4: .line 159
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.<init>:(DDD)V
            areturn
        end local 4 // org.apache.commons.math3.geometry.euclidean.twod.Line line
        end local 2 // double tolerance
        end local 1 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D end
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D start
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0      start  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            0    5     1        end  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            0    5     2  tolerance  D
            1    5     4       line  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
    MethodParameters:
           Name  Flags
      start      final
      end        final
      tolerance  final

  protected org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D, org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D> buildNew(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, org.apache.commons.math3.geometry.partitioning.Region<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/partitioning/AbstractSubHyperplane;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        start local 2 // org.apache.commons.math3.geometry.partitioning.Region remainingRegion
         0: .line 168
            new org.apache.commons.math3.geometry.euclidean.twod.SubLine
            dup
            aload 1 /* hyperplane */
            aload 2 /* remainingRegion */
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.SubLine.<init>:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
            areturn
        end local 2 // org.apache.commons.math3.geometry.partitioning.Region remainingRegion
        end local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            0    1     1       hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            0    1     2  remainingRegion  Lorg/apache/commons/math3/geometry/partitioning/Region<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Lorg/apache/commons/math3/geometry/partitioning/Region<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)Lorg/apache/commons/math3/geometry/partitioning/AbstractSubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    MethodParameters:
                 Name  Flags
      hyperplane       final
      remainingRegion  final

  public org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> split(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=14, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
         0: .line 175
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            checkcast org.apache.commons.math3.geometry.euclidean.twod.Line
            astore 2 /* thisLine */
        start local 2 // org.apache.commons.math3.geometry.euclidean.twod.Line thisLine
         1: .line 176
            aload 1 /* hyperplane */
            checkcast org.apache.commons.math3.geometry.euclidean.twod.Line
            astore 3 /* otherLine */
        start local 3 // org.apache.commons.math3.geometry.euclidean.twod.Line otherLine
         2: .line 177
            aload 2 /* thisLine */
            aload 3 /* otherLine */
            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;
            astore 4 /* crossing */
        start local 4 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D crossing
         3: .line 178
            aload 2 /* thisLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.getTolerance:()D
            dstore 5 /* tolerance */
        start local 5 // double tolerance
         4: .line 180
            aload 4 /* crossing */
            ifnonnull 11
         5: .line 182
            aload 3 /* otherLine */
            aload 2 /* thisLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.getOffset:(Lorg/apache/commons/math3/geometry/euclidean/twod/Line;)D
            dstore 7 /* global */
        start local 7 // double global
         6: .line 183
            dload 7 /* global */
            dload 5 /* tolerance */
            dneg
            dcmpg
            ifge 8
         7: .line 184
            new org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane
            dup
            aconst_null
            aload 0 /* this */
            invokespecial org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)V
            areturn
         8: .line 185
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.SubLine org.apache.commons.math3.geometry.partitioning.Hyperplane org.apache.commons.math3.geometry.euclidean.twod.Line org.apache.commons.math3.geometry.euclidean.twod.Line org.apache.commons.math3.geometry.euclidean.twod.Vector2D double double
      StackMap stack:
            dload 7 /* global */
            dload 5 /* tolerance */
            dcmpl
            ifle 10
         9: .line 186
            new org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane
            dup
            aload 0 /* this */
            aconst_null
            invokespecial org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)V
            areturn
        10: .line 188
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane
            dup
            aconst_null
            aconst_null
            invokespecial org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)V
            areturn
        end local 7 // double global
        11: .line 193
      StackMap locals:
      StackMap stack:
            aload 2 /* thisLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.getAngle:()D
            aload 3 /* otherLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.getAngle:()D
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
            dconst_0
            dcmpg
            ifge 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* direct */
        start local 7 // boolean direct
        14: .line 194
            aload 2 /* thisLine */
            aload 4 /* crossing */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            astore 8 /* x */
        start local 8 // org.apache.commons.math3.geometry.euclidean.oned.Vector1D x
        15: .line 196
            new org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
            dup
            aload 8 /* x */
            iload 7 /* direct */
            ifeq 16
            iconst_0
            goto 17
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.SubLine org.apache.commons.math3.geometry.partitioning.Hyperplane org.apache.commons.math3.geometry.euclidean.twod.Line org.apache.commons.math3.geometry.euclidean.twod.Line org.apache.commons.math3.geometry.euclidean.twod.Vector2D double int org.apache.commons.math3.geometry.euclidean.oned.Vector1D
      StackMap stack: new 15 new 15 org.apache.commons.math3.geometry.euclidean.oned.Vector1D
        16: iconst_1
      StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.SubLine org.apache.commons.math3.geometry.partitioning.Hyperplane org.apache.commons.math3.geometry.euclidean.twod.Line org.apache.commons.math3.geometry.euclidean.twod.Line org.apache.commons.math3.geometry.euclidean.twod.Vector2D double int org.apache.commons.math3.geometry.euclidean.oned.Vector1D
      StackMap stack: new 15 new 15 org.apache.commons.math3.geometry.euclidean.oned.Vector1D int
        17: dload 5 /* tolerance */
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.<init>:(Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;ZD)V
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.wholeHyperplane:()Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
        18: .line 195
            astore 9 /* subPlus */
        start local 9 // org.apache.commons.math3.geometry.partitioning.SubHyperplane subPlus
        19: .line 198
            new org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
            dup
            aload 8 /* x */
            iload 7 /* direct */
            dload 5 /* tolerance */
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.<init>:(Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;ZD)V
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.wholeHyperplane:()Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
        20: .line 197
            astore 10 /* subMinus */
        start local 10 // org.apache.commons.math3.geometry.partitioning.SubHyperplane subMinus
        21: .line 200
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            iconst_0
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aload 10 /* subMinus */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.split:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            astore 11 /* splitTree */
        start local 11 // org.apache.commons.math3.geometry.partitioning.BSPTree splitTree
        22: .line 201
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            aload 11 /* splitTree */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.isEmpty:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
            ifeq 24
        23: .line 202
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
            goto 27
        24: .line 203
      StackMap locals: org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            aload 9 /* subPlus */
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
        25: .line 204
            aload 11 /* splitTree */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aconst_null
        26: .line 203
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Object;)V
        27: .line 201
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.partitioning.BSPTree
            astore 12 /* plusTree */
        start local 12 // org.apache.commons.math3.geometry.partitioning.BSPTree plusTree
        28: .line 205
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
            aload 11 /* splitTree */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Region.isEmpty:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
            ifeq 30
        29: .line 206
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
            goto 33
        30: .line 207
      StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
      StackMap stack:
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            aload 10 /* subMinus */
            new org.apache.commons.math3.geometry.partitioning.BSPTree
            dup
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
        31: .line 208
            aload 11 /* splitTree */
            invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
            aconst_null
        32: .line 207
            invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Object;)V
        33: .line 205
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.partitioning.BSPTree
            astore 13 /* minusTree */
        start local 13 // org.apache.commons.math3.geometry.partitioning.BSPTree minusTree
        34: .line 209
            new org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane
            dup
            new org.apache.commons.math3.geometry.euclidean.twod.SubLine
            dup
            aload 2 /* thisLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.copySelf:()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            new org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
            dup
            aload 12 /* plusTree */
            dload 5 /* tolerance */
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.<init>:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.SubLine.<init>:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
        35: .line 210
            new org.apache.commons.math3.geometry.euclidean.twod.SubLine
            dup
            aload 2 /* thisLine */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.copySelf:()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            new org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
            dup
            aload 13 /* minusTree */
            dload 5 /* tolerance */
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.<init>:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
            invokespecial org.apache.commons.math3.geometry.euclidean.twod.SubLine.<init>:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
        36: .line 209
            invokespecial org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)V
            areturn
        end local 13 // org.apache.commons.math3.geometry.partitioning.BSPTree minusTree
        end local 12 // org.apache.commons.math3.geometry.partitioning.BSPTree plusTree
        end local 11 // org.apache.commons.math3.geometry.partitioning.BSPTree splitTree
        end local 10 // org.apache.commons.math3.geometry.partitioning.SubHyperplane subMinus
        end local 9 // org.apache.commons.math3.geometry.partitioning.SubHyperplane subPlus
        end local 8 // org.apache.commons.math3.geometry.euclidean.oned.Vector1D x
        end local 7 // boolean direct
        end local 5 // double tolerance
        end local 4 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D crossing
        end local 3 // org.apache.commons.math3.geometry.euclidean.twod.Line otherLine
        end local 2 // org.apache.commons.math3.geometry.euclidean.twod.Line thisLine
        end local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        end local 0 // org.apache.commons.math3.geometry.euclidean.twod.SubLine this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   37     0        this  Lorg/apache/commons/math3/geometry/euclidean/twod/SubLine;
            0   37     1  hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
            1   37     2    thisLine  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            2   37     3   otherLine  Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
            3   37     4    crossing  Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
            4   37     5   tolerance  D
            6   11     7      global  D
           14   37     7      direct  Z
           15   37     8           x  Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
           19   37     9     subPlus  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
           21   37    10    subMinus  Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
           22   37    11   splitTree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
           28   37    12    plusTree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
           34   37    13   minusTree  Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
    MethodParameters:
            Name  Flags
      hyperplane  final
}
Signature: Lorg/apache/commons/math3/geometry/partitioning/AbstractSubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
SourceFile: "SubLine.java"
InnerClasses:
  public final Location = org.apache.commons.math3.geometry.partitioning.Region$Location of org.apache.commons.math3.geometry.partitioning.Region
  public SplitSubHyperplane = org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane of org.apache.commons.math3.geometry.partitioning.SubHyperplane