public class org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint extends org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D, 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.oned.SubOrientedPoint
  super_class: org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane
{
  public void <init>(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>, 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.oned.SubOrientedPoint 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 37
            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 38
            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.oned.SubOrientedPoint this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
            0    2     1       hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
            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/oned/Euclidean1D;>;Lorg/apache/commons/math3/geometry/partitioning/Region<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)V
    MethodParameters:
                 Name  Flags
      hyperplane       final
      remainingRegion  final

  public double getSize();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint this
         0: .line 43
            dconst_0
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint this
         0: .line 49
            iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;

  protected org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D, org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D> buildNew(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>, 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.oned.SubOrientedPoint 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 56
            new org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint
            dup
            aload 1 /* hyperplane */
            aload 2 /* remainingRegion */
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint.<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.oned.SubOrientedPoint this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
            0    1     1       hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
            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/oned/Euclidean1D;>;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/oned/Euclidean1D;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.oned.Euclidean1D> split(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
         0: .line 62
            aload 1 /* hyperplane */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
            checkcast org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.getLocation:()Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
            dstore 2 /* global */
        start local 2 // double global
         1: .line 63
            dload 2 /* global */
            ldc -1.0E-10
            dcmpg
            ifge 3
         2: .line 64
            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
         3: .line 65
      StackMap locals: double
      StackMap stack:
            dload 2 /* global */
            ldc 1.0E-10
            dcmpl
            ifle 5
         4: .line 66
            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
         5: .line 68
      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 2 // double global
        end local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
            0    6     1  hyperplane  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
            1    6     2      global  D
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane$SplitSubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    MethodParameters:
            Name  Flags
      hyperplane  final
}
Signature: Lorg/apache/commons/math3/geometry/partitioning/AbstractSubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
SourceFile: "SubOrientedPoint.java"
InnerClasses:
  public SplitSubHyperplane = org.apache.commons.math3.geometry.partitioning.SubHyperplane$SplitSubHyperplane of org.apache.commons.math3.geometry.partitioning.SubHyperplane