public class org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D extends org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D
  super_class: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere
{
  private static final int DIMENSION;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public void <init>(int, double, double, double);
    descriptor: (IDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=11, args_size=5
        start local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D this
        start local 1 // int size
        start local 2 // double maxDarkFraction
        start local 4 // double darkThreshold
        start local 6 // double background
         0: .line 57
            aload 0 /* this */
            iconst_2
            iload 1 /* size */
            dload 2 /* maxDarkFraction */
            dload 4 /* darkThreshold */
            dload 6 /* background */
            invokespecial org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.<init>:(IIDDD)V
         1: .line 60
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         2: goto 9
         3: .line 61
      StackMap locals: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D int double double double int
      StackMap stack:
            iload 8 /* i */
            i2d
            ldc 6.283185307179586
            dmul
            iload 1 /* size */
            i2d
            ddiv
            dstore 9 /* angle */
        start local 9 // double angle
         4: .line 63
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
            dload 9 /* angle */
            invokestatic org.apache.commons.math3.util.FastMath.cos:(D)D
            dastore
            dup
            iconst_1
         5: .line 64
            dload 9 /* angle */
            invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
            dastore
         6: .line 65
            iconst_0
         7: .line 63
            invokevirtual org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D.add:([DZ)V
        end local 9 // double angle
         8: .line 60
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 8 /* i */
            iload 1 /* size */
            if_icmplt 3
        end local 8 // int i
        10: .line 67
            return
        end local 6 // double background
        end local 4 // double darkThreshold
        end local 2 // double maxDarkFraction
        end local 1 // int size
        end local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
            0   11     1             size  I
            0   11     2  maxDarkFraction  D
            0   11     4    darkThreshold  D
            0   11     6       background  D
            2   10     8                i  I
            4    8     9            angle  D
    MethodParameters:
                 Name  Flags
      size             
      maxDarkFraction  
      darkThreshold    
      background       

  protected void <init>(org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D);
    descriptor: (Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D this
        start local 1 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D other
         0: .line 75
            aload 0 /* this */
            aload 1 /* other */
            invokespecial org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.<init>:(Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;)V
         1: .line 76
            return
        end local 1 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D other
        end local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
            0    2     1  other  Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
    MethodParameters:
       Name  Flags
      other  

  public org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D copy();
    descriptor: ()Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D this
         0: .line 85
            new org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D.<init>:(Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;)V
            areturn
        end local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;

  public org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere copy();
    descriptor: ()Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
    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.analysis.interpolation.InterpolatingMicrosphere2D.copy:()Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InterpolatingMicrosphere2D.java"