class org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet
  super_class: java.lang.Object
{
  private final double[] normal;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(double[]);
    descriptor: ([D)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet this
        start local 1 // double[] n
         0: .line 337
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 338
            aload 0 /* this */
            aload 1 /* n */
            putfield org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet.normal:[D
         2: .line 339
            return
        end local 1 // double[] n
        end local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere$Facet;
            0    3     1     n  [D
    MethodParameters:
      Name  Flags
      n     

  public double[] getNormal();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet this
         0: .line 347
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet.normal:[D
            areturn
        end local 0 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere$Facet;
}
SourceFile: "InterpolatingMicrosphere.java"
NestHost: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere
InnerClasses:
  private Facet = org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere$Facet of org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere