public class org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint implements org.apache.commons.math3.geometry.partitioning.Hyperplane<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.OrientedPoint
  super_class: java.lang.Object
{
  private static final double DEFAULT_TOLERANCE;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.0E-10

  private org.apache.commons.math3.geometry.euclidean.oned.Vector1D location;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
    flags: (0x0002) ACC_PRIVATE

  private boolean direct;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(org.apache.commons.math3.geometry.euclidean.oned.Vector1D, boolean, double);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;ZD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
        start local 1 // org.apache.commons.math3.geometry.euclidean.oned.Vector1D location
        start local 2 // boolean direct
        start local 3 // double tolerance
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* location */
            putfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.location:Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
         2: .line 52
            aload 0 /* this */
            iload 2 /* direct */
            putfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
         3: .line 53
            aload 0 /* this */
            dload 3 /* tolerance */
            putfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.tolerance:D
         4: .line 54
            return
        end local 3 // double tolerance
        end local 2 // boolean direct
        end local 1 // org.apache.commons.math3.geometry.euclidean.oned.Vector1D location
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
            0    5     1   location  Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            0    5     2     direct  Z
            0    5     3  tolerance  D
    MethodParameters:
           Name  Flags
      location   final
      direct     final
      tolerance  final

  public void <init>(org.apache.commons.math3.geometry.euclidean.oned.Vector1D, boolean);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
        start local 1 // org.apache.commons.math3.geometry.euclidean.oned.Vector1D location
        start local 2 // boolean direct
         0: .line 64
            aload 0 /* this */
            aload 1 /* location */
            iload 2 /* direct */
            ldc 1.0E-10
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.<init>:(Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;ZD)V
         1: .line 65
            return
        end local 2 // boolean direct
        end local 1 // org.apache.commons.math3.geometry.euclidean.oned.Vector1D location
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
            0    2     1  location  Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            0    2     2    direct  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      location  final
      direct    final

  public org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint copySelf();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
         0: .line 73
            aload 0 /* this */
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;

  public double getOffset(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
        start local 1 // org.apache.commons.math3.geometry.Vector vector
         0: .line 81
            aload 0 /* this */
            aload 1 /* vector */
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.Vector vector
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
            0    1     1  vector  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)D
    MethodParameters:
        Name  Flags
      vector  

  public double getOffset(org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
        start local 1 // org.apache.commons.math3.geometry.Point point
         0: .line 86
            aload 1 /* point */
            checkcast org.apache.commons.math3.geometry.euclidean.oned.Vector1D
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Vector1D.getX:()D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.location:Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Vector1D.getX:()D
            dsub
            dstore 2 /* delta */
        start local 2 // double delta
         1: .line 87
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
            ifeq 2
            dload 2 /* delta */
            goto 3
      StackMap locals: double
      StackMap stack:
         2: dload 2 /* delta */
            dneg
      StackMap locals:
      StackMap stack: double
         3: dreturn
        end local 2 // double delta
        end local 1 // org.apache.commons.math3.geometry.Point point
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
            0    4     1  point  Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
            1    4     2  delta  D
    Signature: (Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)D
    MethodParameters:
       Name  Flags
      point  final

  public org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint wholeHyperplane();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
         0: .line 102
            new org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint
            dup
            aload 0 /* this */
            aconst_null
            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 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;

  public org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet wholeSpace();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
         0: .line 110
            new org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.tolerance:D
            invokespecial org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.<init>:(D)V
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;

  public boolean sameOrientationAs(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
    descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane other
         0: .line 115
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
            aload 1 /* other */
            checkcast org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
            ixor
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane other
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
            0    3     1  other  Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)Z
    MethodParameters:
       Name  Flags
      other  final

  public org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D> project(org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
        start local 1 // org.apache.commons.math3.geometry.Point point
         0: .line 122
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.location:Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            areturn
        end local 1 // org.apache.commons.math3.geometry.Point point
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
            0    1     1  point  Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    Signature: (Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
    MethodParameters:
       Name  Flags
      point  

  public double getTolerance();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
         0: .line 129
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.tolerance:D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;

  public org.apache.commons.math3.geometry.euclidean.oned.Vector1D getLocation();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
         0: .line 136
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.location:Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
         0: .line 144
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
            ireturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;

  public void revertSelf();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
         0: .line 150
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
         1: iconst_1
      StackMap locals: org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
      StackMap stack: org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint int
         2: putfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
         3: .line 151
            return
        end local 0 // org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;

  public org.apache.commons.math3.geometry.partitioning.SubHyperplane wholeHyperplane();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.wholeHyperplane:()Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.geometry.partitioning.Region wholeSpace();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/Region;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.wholeSpace:()Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.geometry.partitioning.Hyperplane copySelf();
    descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.copySelf:()Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
SourceFile: "OrientedPoint.java"