public class org.apache.commons.math3.geometry.partitioning.BoundaryProjection<S extends org.apache.commons.math3.geometry.Space>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.geometry.partitioning.BoundaryProjection
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.geometry.Point<S> original;
    descriptor: Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/Point<TS;>;

  private final org.apache.commons.math3.geometry.Point<S> projected;
    descriptor: Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/math3/geometry/Point<TS;>;

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

  public void <init>(org.apache.commons.math3.geometry.Point<S>, org.apache.commons.math3.geometry.Point<S>, );
    descriptor: (Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/Point;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection this
        start local 1 // org.apache.commons.math3.geometry.Point original
        start local 2 // org.apache.commons.math3.geometry.Point projected
        start local 3 // double offset
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* original */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.original:Lorg/apache/commons/math3/geometry/Point;
         2: .line 48
            aload 0 /* this */
            aload 2 /* projected */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.projected:Lorg/apache/commons/math3/geometry/Point;
         3: .line 49
            aload 0 /* this */
            dload 3 /* offset */
            putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.offset:D
         4: .line 50
            return
        end local 3 // double offset
        end local 2 // org.apache.commons.math3.geometry.Point projected
        end local 1 // org.apache.commons.math3.geometry.Point original
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
            0    5     1   original  Lorg/apache/commons/math3/geometry/Point<TS;>;
            0    5     2  projected  Lorg/apache/commons/math3/geometry/Point<TS;>;
            0    5     3     offset  D
    Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;Lorg/apache/commons/math3/geometry/Point<TS;>;D)V
    MethodParameters:
           Name  Flags
      original   final
      projected  final
      offset     final

  public org.apache.commons.math3.geometry.Point<S> getOriginal();
    descriptor: ()Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection this
         0: .line 56
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.original:Lorg/apache/commons/math3/geometry/Point;
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
    Signature: ()Lorg/apache/commons/math3/geometry/Point<TS;>;

  public org.apache.commons.math3.geometry.Point<S> getProjected();
    descriptor: ()Lorg/apache/commons/math3/geometry/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection this
         0: .line 63
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.projected:Lorg/apache/commons/math3/geometry/Point;
            areturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
    Signature: ()Lorg/apache/commons/math3/geometry/Point<TS;>;

  public double getOffset();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjection.offset:D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.partitioning.BoundaryProjection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "BoundaryProjection.java"