public class org.apache.commons.math3.geometry.spherical.twod.S2Point implements org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.geometry.spherical.twod.S2Point
  super_class: java.lang.Object
{
  public static final org.apache.commons.math3.geometry.spherical.twod.S2Point PLUS_I;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.math3.geometry.spherical.twod.S2Point PLUS_J;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.math3.geometry.spherical.twod.S2Point PLUS_K;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.math3.geometry.spherical.twod.S2Point MINUS_I;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.math3.geometry.spherical.twod.S2Point MINUS_J;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.math3.geometry.spherical.twod.S2Point MINUS_K;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.math3.geometry.spherical.twod.S2Point NaN;
    descriptor: Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20131218

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

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

  private final org.apache.commons.math3.geometry.euclidean.threed.Vector3D vector;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 41
            new org.apache.commons.math3.geometry.spherical.twod.S2Point
            dup
            dconst_0
            ldc 1.5707963267948966
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.PLUS_I:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            putstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.PLUS_I:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
         1: .line 44
            new org.apache.commons.math3.geometry.spherical.twod.S2Point
            dup
            ldc 1.5707963267948966
            ldc 1.5707963267948966
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.PLUS_J:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            putstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.PLUS_J:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
         2: .line 47
            new org.apache.commons.math3.geometry.spherical.twod.S2Point
            dup
            dconst_0
            dconst_0
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.PLUS_K:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            putstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.PLUS_K:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
         3: .line 50
            new org.apache.commons.math3.geometry.spherical.twod.S2Point
            dup
            ldc 3.141592653589793
            ldc 1.5707963267948966
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.MINUS_I:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            putstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.MINUS_I:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
         4: .line 53
            new org.apache.commons.math3.geometry.spherical.twod.S2Point
            dup
            ldc 4.71238898038469
            ldc 1.5707963267948966
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.MINUS_J:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            putstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.MINUS_J:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
         5: .line 56
            new org.apache.commons.math3.geometry.spherical.twod.S2Point
            dup
            dconst_0
            ldc 3.141592653589793
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.MINUS_K:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            putstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.MINUS_K:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
         6: .line 60
            new org.apache.commons.math3.geometry.spherical.twod.S2Point
            dup
            ldc NaN
            ldc NaN
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.NaN:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            putstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.NaN:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
         7: .line 64
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
        start local 1 // double theta
        start local 3 // double phi
         0: .line 85
            aload 0 /* this */
            dload 1 /* theta */
            dload 3 /* phi */
            dload 1 /* theta */
            dload 3 /* phi */
            invokestatic org.apache.commons.math3.geometry.spherical.twod.S2Point.vector:(DD)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
         1: .line 86
            return
        end local 3 // double phi
        end local 1 // double theta
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            0    2     1  theta  D
            0    2     3    phi  D
    Exceptions:
      throws org.apache.commons.math3.exception.OutOfRangeException
    MethodParameters:
       Name  Flags
      theta  final
      phi    final

  public void <init>(org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D vector
         0: .line 94
            aload 0 /* this */
            aload 1 /* vector */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getY:()D
            aload 1 /* vector */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getX:()D
            invokestatic org.apache.commons.math3.util.FastMath.atan2:(DD)D
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.PLUS_K:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            aload 1 /* vector */
            invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.angle:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
         1: .line 95
            aload 1 /* vector */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.normalize:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
         2: .line 96
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D vector
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            0    3     1  vector  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    Exceptions:
      throws org.apache.commons.math3.exception.MathArithmeticException
    MethodParameters:
        Name  Flags
      vector  final

  private void <init>(double, double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
        start local 1 // double theta
        start local 3 // double phi
        start local 5 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D vector
         0: .line 103
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 104
            aload 0 /* this */
            dload 1 /* theta */
            putfield org.apache.commons.math3.geometry.spherical.twod.S2Point.theta:D
         2: .line 105
            aload 0 /* this */
            dload 3 /* phi */
            putfield org.apache.commons.math3.geometry.spherical.twod.S2Point.phi:D
         3: .line 106
            aload 0 /* this */
            aload 5 /* vector */
            putfield org.apache.commons.math3.geometry.spherical.twod.S2Point.vector:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         4: .line 107
            return
        end local 5 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D vector
        end local 3 // double phi
        end local 1 // double theta
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            0    5     1   theta  D
            0    5     3     phi  D
            0    5     5  vector  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
        Name  Flags
      theta   final
      phi     final
      vector  final

  private static org.apache.commons.math3.geometry.euclidean.threed.Vector3D vector(double, double);
    descriptor: (DD)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=12, args_size=2
        start local 0 // double theta
        start local 2 // double phi
         0: .line 118
            dload 2 /* phi */
            dconst_0
            dcmpg
            iflt 1
            dload 2 /* phi */
            ldc 3.141592653589793
            dcmpl
            ifle 2
         1: .line 119
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.OutOfRangeException
            dup
            dload 2 /* phi */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            ldc 3.141592653589793
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokespecial org.apache.commons.math3.exception.OutOfRangeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
            athrow
         2: .line 122
      StackMap locals:
      StackMap stack:
            dload 0 /* theta */
            invokestatic org.apache.commons.math3.util.FastMath.cos:(D)D
            dstore 4 /* cosTheta */
        start local 4 // double cosTheta
         3: .line 123
            dload 0 /* theta */
            invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
            dstore 6 /* sinTheta */
        start local 6 // double sinTheta
         4: .line 124
            dload 2 /* phi */
            invokestatic org.apache.commons.math3.util.FastMath.cos:(D)D
            dstore 8 /* cosPhi */
        start local 8 // double cosPhi
         5: .line 125
            dload 2 /* phi */
            invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
            dstore 10 /* sinPhi */
        start local 10 // double sinPhi
         6: .line 127
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dload 4 /* cosTheta */
            dload 10 /* sinPhi */
            dmul
            dload 6 /* sinTheta */
            dload 10 /* sinPhi */
            dmul
            dload 8 /* cosPhi */
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 10 // double sinPhi
        end local 8 // double cosPhi
        end local 6 // double sinTheta
        end local 4 // double cosTheta
        end local 2 // double phi
        end local 0 // double theta
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0     theta  D
            0    7     2       phi  D
            3    7     4  cosTheta  D
            4    7     6  sinTheta  D
            5    7     8    cosPhi  D
            6    7    10    sinPhi  D
    Exceptions:
      throws org.apache.commons.math3.exception.OutOfRangeException
    MethodParameters:
       Name  Flags
      theta  final
      phi    final

  public double getTheta();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
         0: .line 136
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.theta:D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;

  public double getPhi();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
         0: .line 144
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.phi:D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getVector();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
         0: .line 151
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.vector:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;

  public org.apache.commons.math3.geometry.Space getSpace();
    descriptor: ()Lorg/apache/commons/math3/geometry/Space;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
         0: .line 156
            invokestatic org.apache.commons.math3.geometry.spherical.twod.Sphere2D.getInstance:()Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;

  public boolean isNaN();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
         0: .line 161
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.theta:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.phi:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;

  public org.apache.commons.math3.geometry.spherical.twod.S2Point negate();
    descriptor: ()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
         0: .line 168
            new org.apache.commons.math3.geometry.spherical.twod.S2Point
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.theta:D
            dneg
            ldc 3.141592653589793
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.phi:D
            dsub
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.vector:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.negate:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DDLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            areturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;

  public double distance(org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
        start local 1 // org.apache.commons.math3.geometry.Point point
         0: .line 173
            aload 0 /* this */
            aload 1 /* point */
            checkcast org.apache.commons.math3.geometry.spherical.twod.S2Point
            invokestatic org.apache.commons.math3.geometry.spherical.twod.S2Point.distance:(Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.Point point
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            0    1     1  point  Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
    Signature: (Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)D
    MethodParameters:
       Name  Flags
      point  final

  public static double distance(org.apache.commons.math3.geometry.spherical.twod.S2Point, org.apache.commons.math3.geometry.spherical.twod.S2Point);
    descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point p1
        start local 1 // org.apache.commons.math3.geometry.spherical.twod.S2Point p2
         0: .line 182
            aload 0 /* p1 */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.vector:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            aload 1 /* p2 */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.vector:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.angle:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.spherical.twod.S2Point p2
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point p1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    p1  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            0    1     1    p2  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    MethodParameters:
      Name  Flags
      p1    
      p2    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
        start local 1 // java.lang.Object other
         0: .line 207
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 208
            iconst_1
            ireturn
         2: .line 211
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.apache.commons.math3.geometry.spherical.twod.S2Point
            ifeq 8
         3: .line 212
            aload 1 /* other */
            checkcast org.apache.commons.math3.geometry.spherical.twod.S2Point
            astore 2 /* rhs */
        start local 2 // org.apache.commons.math3.geometry.spherical.twod.S2Point rhs
         4: .line 213
            aload 2 /* rhs */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.isNaN:()Z
            ifeq 6
         5: .line 214
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.isNaN:()Z
            ireturn
         6: .line 217
      StackMap locals: org.apache.commons.math3.geometry.spherical.twod.S2Point
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.theta:D
            aload 2 /* rhs */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.theta:D
            dcmpl
            ifne 7
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.phi:D
            aload 2 /* rhs */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.phi:D
            dcmpl
            ifne 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // org.apache.commons.math3.geometry.spherical.twod.S2Point rhs
         8: .line 219
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
            0    9     1  other  Ljava/lang/Object;
            4    8     2    rhs  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
         0: .line 231
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.isNaN:()Z
            ifeq 2
         1: .line 232
            sipush 542
            ireturn
         2: .line 234
      StackMap locals:
      StackMap stack:
            sipush 134
            bipush 37
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.theta:D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            imul
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.spherical.twod.S2Point.phi:D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            imul
            ireturn
        end local 0 // org.apache.commons.math3.geometry.spherical.twod.S2Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
SourceFile: "S2Point.java"