public class org.apache.commons.math3.geometry.euclidean.threed.Vector3D implements java.io.Serializable, org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.threed.Vector3D
  super_class: java.lang.Object
{
  public static final org.apache.commons.math3.geometry.euclidean.threed.Vector3D ZERO;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.math3.geometry.euclidean.threed.Vector3D PLUS_I;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

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

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

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

  public static final org.apache.commons.math3.geometry.euclidean.threed.Vector3D POSITIVE_INFINITY;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.commons.math3.geometry.euclidean.threed.Vector3D NEGATIVE_INFINITY;
    descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=0, args_size=0
         0: .line 41
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_0
            dconst_0
            dconst_0
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.ZERO:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         1: .line 44
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_1
            dconst_0
            dconst_0
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.PLUS_I:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         2: .line 47
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            ldc -1.0
            dconst_0
            dconst_0
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.MINUS_I:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         3: .line 50
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_0
            dconst_1
            dconst_0
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.PLUS_J:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         4: .line 53
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_0
            ldc -1.0
            dconst_0
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.MINUS_J:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         5: .line 56
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_0
            dconst_0
            dconst_1
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.PLUS_K:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         6: .line 59
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_0
            dconst_0
            ldc -1.0
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.MINUS_K:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         7: .line 63
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            ldc NaN
            ldc NaN
            ldc NaN
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.NaN:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         8: .line 68
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            ldc Infinity
            ldc Infinity
            ldc Infinity
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
         9: .line 67
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.POSITIVE_INFINITY:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
        10: .line 72
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            ldc -Infinity
            ldc -Infinity
            ldc -Infinity
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
        11: .line 71
            putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.NEGATIVE_INFINITY:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
        12: .line 75
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 96
            aload 0 /* this */
            dload 1 /* x */
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
         2: .line 97
            aload 0 /* this */
            dload 3 /* y */
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
         3: .line 98
            aload 0 /* this */
            dload 5 /* z */
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
         4: .line 99
            return
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1     x  D
            0    5     3     y  D
            0    5     5     z  D
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  public void <init>(double[]);
    descriptor: ([D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double[] v
         0: .line 107
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 108
            aload 1 /* v */
            arraylength
            iconst_3
            if_icmpeq 3
         2: .line 109
            new org.apache.commons.math3.exception.DimensionMismatchException
            dup
            aload 1 /* v */
            arraylength
            iconst_3
            invokespecial org.apache.commons.math3.exception.DimensionMismatchException.<init>:(II)V
            athrow
         3: .line 111
      StackMap locals: org.apache.commons.math3.geometry.euclidean.threed.Vector3D double[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* v */
            iconst_0
            daload
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
         4: .line 112
            aload 0 /* this */
            aload 1 /* v */
            iconst_1
            daload
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
         5: .line 113
            aload 0 /* this */
            aload 1 /* v */
            iconst_2
            daload
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
         6: .line 114
            return
        end local 1 // double[] v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    7     1     v  [D
    Exceptions:
      throws org.apache.commons.math3.exception.DimensionMismatchException
    MethodParameters:
      Name  Flags
      v     

  public void <init>(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double alpha
        start local 3 // double delta
         0: .line 124
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 125
            dload 3 /* delta */
            invokestatic org.apache.commons.math3.util.FastMath.cos:(D)D
            dstore 5 /* cosDelta */
        start local 5 // double cosDelta
         2: .line 126
            aload 0 /* this */
            dload 1 /* alpha */
            invokestatic org.apache.commons.math3.util.FastMath.cos:(D)D
            dload 5 /* cosDelta */
            dmul
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
         3: .line 127
            aload 0 /* this */
            dload 1 /* alpha */
            invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
            dload 5 /* cosDelta */
            dmul
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
         4: .line 128
            aload 0 /* this */
            dload 3 /* delta */
            invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
         5: .line 129
            return
        end local 5 // double cosDelta
        end local 3 // double delta
        end local 1 // double alpha
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    6     1     alpha  D
            0    6     3     delta  D
            2    6     5  cosDelta  D
    MethodParameters:
       Name  Flags
      alpha  
      delta  

  public void <init>(double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double a
        start local 3 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u
         0: .line 137
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 138
            aload 0 /* this */
            dload 1 /* a */
            aload 3 /* u */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dmul
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
         2: .line 139
            aload 0 /* this */
            dload 1 /* a */
            aload 3 /* u */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dmul
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
         3: .line 140
            aload 0 /* this */
            dload 1 /* a */
            aload 3 /* u */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dmul
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
         4: .line 141
            return
        end local 3 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u
        end local 1 // double a
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1     a  D
            0    5     3     u  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      a     
      u     

  public void <init>(double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=5
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double a1
        start local 3 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u1
        start local 4 // double a2
        start local 6 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u2
         0: .line 151
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 152
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
         2: .line 153
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
         3: .line 154
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
         4: .line 155
            return
        end local 6 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u2
        end local 4 // double a2
        end local 3 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u1
        end local 1 // double a1
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1    a1  D
            0    5     3    u1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     4    a2  D
            0    5     6    u2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      a1    
      u1    
      a2    
      u2    

  public void <init>(double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=10, args_size=7
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double a1
        start local 3 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u1
        start local 4 // double a2
        start local 6 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u2
        start local 7 // double a3
        start local 9 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u3
         0: .line 167
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 169
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dload 7 /* a3 */
            aload 9 /* u3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
         2: .line 170
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dload 7 /* a3 */
            aload 9 /* u3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
         3: .line 171
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dload 7 /* a3 */
            aload 9 /* u3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
         4: .line 172
            return
        end local 9 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u3
        end local 7 // double a3
        end local 6 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u2
        end local 4 // double a2
        end local 3 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u1
        end local 1 // double a1
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1    a1  D
            0    5     3    u1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     4    a2  D
            0    5     6    u2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     7    a3  D
            0    5     9    u3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      a1    
      u1    
      a2    
      u2    
      a3    
      u3    

  public void <init>(double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=17, locals=13, args_size=9
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double a1
        start local 3 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u1
        start local 4 // double a2
        start local 6 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u2
        start local 7 // double a3
        start local 9 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u3
        start local 10 // double a4
        start local 12 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u4
         0: .line 186
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 188
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dload 7 /* a3 */
            aload 9 /* u3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dload 10 /* a4 */
            aload 12 /* u4 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDDDDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
         2: .line 189
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dload 7 /* a3 */
            aload 9 /* u3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dload 10 /* a4 */
            aload 12 /* u4 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDDDDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
         3: .line 190
            aload 0 /* this */
            dload 1 /* a1 */
            aload 3 /* u1 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dload 4 /* a2 */
            aload 6 /* u2 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dload 7 /* a3 */
            aload 9 /* u3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dload 10 /* a4 */
            aload 12 /* u4 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDDDDDD)D
            putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
         4: .line 191
            return
        end local 12 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u4
        end local 10 // double a4
        end local 9 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u3
        end local 7 // double a3
        end local 6 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u2
        end local 4 // double a2
        end local 3 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D u1
        end local 1 // double a1
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1    a1  D
            0    5     3    u1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     4    a2  D
            0    5     6    u2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     7    a3  D
            0    5     9    u3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5    10    a4  D
            0    5    12    u4  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      a1    
      u1    
      a2    
      u2    
      a3    
      u3    
      a4    
      u4    

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

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

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

  public double[] toArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 222
            iconst_3
            newarray 7
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dastore
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  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.euclidean.threed.Vector3D this
         0: .line 227
            invokestatic org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D.getInstance:()Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getZero();
    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.euclidean.threed.Vector3D this
         0: .line 232
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.ZERO:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public double getNorm1();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 237
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dadd
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dadd
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public double getNorm();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 243
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dmul
            dadd
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dmul
            dadd
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public double getNormSq();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 249
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dmul
            dadd
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dmul
            dadd
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public double getNormInf();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 254
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public double getAlpha();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 262
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.FastMath.atan2:(DD)D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public double getDelta();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 270
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.asin:(D)D
            dreturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D add(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Vector v
         0: .line 275
            aload 1 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* v3 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         1: .line 276
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dadd
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dadd
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dadd
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        end local 1 // org.apache.commons.math3.geometry.Vector v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    2     1     v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
            1    2     2    v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v     final

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D add(double, org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (DLorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double factor
        start local 3 // org.apache.commons.math3.geometry.Vector v
         0: .line 281
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_1
            aload 0 /* this */
            dload 1 /* factor */
            aload 3 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            areturn
        end local 3 // org.apache.commons.math3.geometry.Vector v
        end local 1 // double factor
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1  factor  D
            0    1     3       v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
    Signature: (DLorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
        Name  Flags
      factor  
      v       final

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D subtract(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Vector v
         0: .line 286
            aload 1 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* v3 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         1: .line 287
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dsub
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dsub
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dsub
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        end local 1 // org.apache.commons.math3.geometry.Vector v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    2     1     v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
            1    2     2    v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v     final

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D subtract(double, org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (DLorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double factor
        start local 3 // org.apache.commons.math3.geometry.Vector v
         0: .line 292
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_1
            aload 0 /* this */
            dload 1 /* factor */
            dneg
            aload 3 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            areturn
        end local 3 // org.apache.commons.math3.geometry.Vector v
        end local 1 // double factor
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1  factor  D
            0    1     3       v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
    Signature: (DLorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
        Name  Flags
      factor  final
      v       final

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D normalize();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 297
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
            dstore 1 /* s */
        start local 1 // double s
         1: .line 298
            dload 1 /* s */
            dconst_0
            dcmpl
            ifne 3
         2: .line 299
            new org.apache.commons.math3.exception.MathArithmeticException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.MathArithmeticException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
         3: .line 301
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            dconst_1
            dload 1 /* s */
            ddiv
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.scalarMultiply:(D)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
        end local 1 // double s
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            1    4     1     s  D
    Exceptions:
      throws org.apache.commons.math3.exception.MathArithmeticException

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D orthogonal();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=5, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 321
            ldc 0.6
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
            dmul
            dstore 1 /* threshold */
        start local 1 // double threshold
         1: .line 322
            dload 1 /* threshold */
            dconst_0
            dcmpl
            ifne 3
         2: .line 323
            new org.apache.commons.math3.exception.MathArithmeticException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.ZERO_NORM:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.MathArithmeticException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
         3: .line 326
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dload 1 /* threshold */
            dcmpg
            ifgt 6
         4: .line 327
            dconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dmul
            dadd
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            ddiv
            dstore 3 /* inverse */
        start local 3 // double inverse
         5: .line 328
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_0
            dload 3 /* inverse */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dmul
            dload 3 /* inverse */
            dneg
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dmul
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 3 // double inverse
         6: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dload 1 /* threshold */
            dcmpg
            ifgt 9
         7: .line 330
            dconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dmul
            dadd
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            ddiv
            dstore 3 /* inverse */
        start local 3 // double inverse
         8: .line 331
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dload 3 /* inverse */
            dneg
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dmul
            dconst_0
            dload 3 /* inverse */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dmul
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 3 // double inverse
         9: .line 333
      StackMap locals:
      StackMap stack:
            dconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dmul
            dadd
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            ddiv
            dstore 3 /* inverse */
        start local 3 // double inverse
        10: .line 334
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dload 3 /* inverse */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dmul
            dload 3 /* inverse */
            dneg
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dmul
            dconst_0
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 3 // double inverse
        end local 1 // double threshold
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            1   11     1  threshold  D
            5    6     3    inverse  D
            8    9     3    inverse  D
           10   11     3    inverse  D
    Exceptions:
      throws org.apache.commons.math3.exception.MathArithmeticException

  public static double angle(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
         0: .line 351
            aload 0 /* v1 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
            aload 1 /* v2 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
            dmul
            dstore 2 /* normProduct */
        start local 2 // double normProduct
         1: .line 352
            dload 2 /* normProduct */
            dconst_0
            dcmpl
            ifne 3
         2: .line 353
            new org.apache.commons.math3.exception.MathArithmeticException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.ZERO_NORM:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.MathArithmeticException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
         3: .line 356
      StackMap locals: double
      StackMap stack:
            aload 0 /* v1 */
            aload 1 /* v2 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.dotProduct:(Lorg/apache/commons/math3/geometry/Vector;)D
            dstore 4 /* dot */
        start local 4 // double dot
         4: .line 357
            dload 2 /* normProduct */
            ldc 0.9999
            dmul
            dstore 6 /* threshold */
        start local 6 // double threshold
         5: .line 358
            dload 4 /* dot */
            dload 6 /* threshold */
            dneg
            dcmpg
            iflt 6
            dload 4 /* dot */
            dload 6 /* threshold */
            dcmpl
            ifle 10
         6: .line 360
      StackMap locals: double double
      StackMap stack:
            aload 0 /* v1 */
            aload 1 /* v2 */
            invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.crossProduct:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            astore 8 /* v3 */
        start local 8 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         7: .line 361
            dload 4 /* dot */
            dconst_0
            dcmpl
            iflt 9
         8: .line 362
            aload 8 /* v3 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
            dload 2 /* normProduct */
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.asin:(D)D
            dreturn
         9: .line 364
      StackMap locals: org.apache.commons.math3.geometry.euclidean.threed.Vector3D
      StackMap stack:
            ldc 3.141592653589793
            aload 8 /* v3 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
            dload 2 /* normProduct */
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.asin:(D)D
            dsub
            dreturn
        end local 8 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        10: .line 368
      StackMap locals:
      StackMap stack:
            dload 4 /* dot */
            dload 2 /* normProduct */
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.acos:(D)D
            dreturn
        end local 6 // double threshold
        end local 4 // double dot
        end local 2 // double normProduct
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0           v1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0   11     1           v2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            1   11     2  normProduct  D
            4   11     4          dot  D
            5   11     6    threshold  D
            7   10     8           v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    Exceptions:
      throws org.apache.commons.math3.exception.MathArithmeticException
    MethodParameters:
      Name  Flags
      v1    
      v2    

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D negate();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 374
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dneg
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dneg
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dneg
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D scalarMultiply(double);
    descriptor: (D)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // double a
         0: .line 379
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dload 1 /* a */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dmul
            dload 1 /* a */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dmul
            dload 1 /* a */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dmul
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 1 // double a
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1     a  D
    MethodParameters:
      Name  Flags
      a     

  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.euclidean.threed.Vector3D this
         0: .line 384
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z: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.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public boolean isInfinite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 389
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.isNaN:()Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic java.lang.Double.isInfinite:(D)Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic java.lang.Double.isInfinite:(D)Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic java.lang.Double.isInfinite:(D)Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  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.euclidean.threed.Vector3D this
        start local 1 // java.lang.Object other
         0: .line 414
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 415
            iconst_1
            ireturn
         2: .line 418
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            ifeq 8
         3: .line 419
            aload 1 /* other */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* rhs */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D rhs
         4: .line 420
            aload 2 /* rhs */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.isNaN:()Z
            ifeq 6
         5: .line 421
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.isNaN:()Z
            ireturn
         6: .line 424
      StackMap locals: org.apache.commons.math3.geometry.euclidean.threed.Vector3D
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 2 /* rhs */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dcmpl
            ifne 7
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 2 /* rhs */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dcmpl
            ifne 7
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 2 /* rhs */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dcmpl
            ifne 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D rhs
         8: .line 426
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    9     1  other  Ljava/lang/Object;
            4    8     2    rhs  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 438
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.isNaN:()Z
            ifeq 2
         1: .line 439
            sipush 642
            ireturn
         2: .line 441
      StackMap locals:
      StackMap stack:
            sipush 643
            sipush 164
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            imul
            iconst_3
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            imul
            iadd
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            imul
            ireturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public double dotProduct(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Vector v
         0: .line 453
            aload 1 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* v3 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         1: .line 454
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDDDD)D
            dreturn
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        end local 1 // org.apache.commons.math3.geometry.Vector v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    2     1     v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
            1    2     2    v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)D
    MethodParameters:
      Name  Flags
      v     final

  public org.apache.commons.math3.geometry.euclidean.threed.Vector3D crossProduct(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Vector v
         0: .line 462
            aload 1 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* v3 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         1: .line 463
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dneg
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
         2: .line 464
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dneg
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
         3: .line 465
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dneg
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
         4: .line 463
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            areturn
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        end local 1 // org.apache.commons.math3.geometry.Vector v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1     v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
            1    5     2    v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v     final

  public double distance1(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Vector v
         0: .line 470
            aload 1 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* v3 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         1: .line 471
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dstore 3 /* dx */
        start local 3 // double dx
         2: .line 472
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dstore 5 /* dy */
        start local 5 // double dy
         3: .line 473
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dstore 7 /* dz */
        start local 7 // double dz
         4: .line 474
            dload 3 /* dx */
            dload 5 /* dy */
            dadd
            dload 7 /* dz */
            dadd
            dreturn
        end local 7 // double dz
        end local 5 // double dy
        end local 3 // double dx
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        end local 1 // org.apache.commons.math3.geometry.Vector v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1     v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
            1    5     2    v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            2    5     3    dx  D
            3    5     5    dy  D
            4    5     7    dz  D
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)D
    MethodParameters:
      Name  Flags
      v     

  public double distance(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    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.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Vector v
         0: .line 479
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distance:(Lorg/apache/commons/math3/geometry/Point;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.Vector v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1     v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)D
    MethodParameters:
      Name  Flags
      v     

  public double distance(org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Point;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Point v
         0: .line 484
            aload 1 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* v3 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         1: .line 485
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dsub
            dstore 3 /* dx */
        start local 3 // double dx
         2: .line 486
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dsub
            dstore 5 /* dy */
        start local 5 // double dy
         3: .line 487
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dsub
            dstore 7 /* dz */
        start local 7 // double dz
         4: .line 488
            dload 3 /* dx */
            dload 3 /* dx */
            dmul
            dload 5 /* dy */
            dload 5 /* dy */
            dmul
            dadd
            dload 7 /* dz */
            dload 7 /* dz */
            dmul
            dadd
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dreturn
        end local 7 // double dz
        end local 5 // double dy
        end local 3 // double dx
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        end local 1 // org.apache.commons.math3.geometry.Point v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1     v  Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
            1    5     2    v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            2    5     3    dx  D
            3    5     5    dy  D
            4    5     7    dz  D
    Signature: (Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)D
    MethodParameters:
      Name  Flags
      v     

  public double distanceInf(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Vector v
         0: .line 493
            aload 1 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* v3 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         1: .line 494
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dstore 3 /* dx */
        start local 3 // double dx
         2: .line 495
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dstore 5 /* dy */
        start local 5 // double dy
         3: .line 496
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dstore 7 /* dz */
        start local 7 // double dz
         4: .line 497
            dload 3 /* dx */
            dload 5 /* dy */
            invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
            dload 7 /* dz */
            invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
            dreturn
        end local 7 // double dz
        end local 5 // double dy
        end local 3 // double dx
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        end local 1 // org.apache.commons.math3.geometry.Vector v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1     v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
            1    5     2    v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            2    5     3    dx  D
            3    5     5    dy  D
            4    5     7    dz  D
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)D
    MethodParameters:
      Name  Flags
      v     

  public double distanceSq(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // org.apache.commons.math3.geometry.Vector v
         0: .line 502
            aload 1 /* v */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            astore 2 /* v3 */
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
         1: .line 503
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
            dsub
            dstore 3 /* dx */
        start local 3 // double dx
         2: .line 504
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
            dsub
            dstore 5 /* dy */
        start local 5 // double dy
         3: .line 505
            aload 2 /* v3 */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
            dsub
            dstore 7 /* dz */
        start local 7 // double dz
         4: .line 506
            dload 3 /* dx */
            dload 3 /* dx */
            dmul
            dload 5 /* dy */
            dload 5 /* dy */
            dmul
            dadd
            dload 7 /* dz */
            dload 7 /* dz */
            dmul
            dadd
            dreturn
        end local 7 // double dz
        end local 5 // double dy
        end local 3 // double dx
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v3
        end local 1 // org.apache.commons.math3.geometry.Vector v
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    5     1     v  Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
            1    5     2    v3  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            2    5     3    dx  D
            3    5     5    dy  D
            4    5     7    dz  D
    Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)D
    MethodParameters:
      Name  Flags
      v     

  public static double dotProduct(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
         0: .line 515
            aload 0 /* v1 */
            aload 1 /* v2 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.dotProduct:(Lorg/apache/commons/math3/geometry/Vector;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    v1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1    v2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v1    
      v2    

  public static org.apache.commons.math3.geometry.euclidean.threed.Vector3D crossProduct(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
         0: .line 524
            aload 0 /* v1 */
            aload 1 /* v2 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.crossProduct:(Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    v1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1    v2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v1    final
      v2    final

  public static double distance1(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
         0: .line 536
            aload 0 /* v1 */
            aload 1 /* v2 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distance1:(Lorg/apache/commons/math3/geometry/Vector;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    v1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1    v2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v1    
      v2    

  public static double distance(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
         0: .line 548
            aload 0 /* v1 */
            aload 1 /* v2 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distance:(Lorg/apache/commons/math3/geometry/Vector;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    v1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1    v2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v1    
      v2    

  public static double distanceInf(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
         0: .line 560
            aload 0 /* v1 */
            aload 1 /* v2 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distanceInf:(Lorg/apache/commons/math3/geometry/Vector;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    v1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1    v2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v1    
      v2    

  public static double distanceSq(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
    descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
         0: .line 572
            aload 0 /* v1 */
            aload 1 /* v2 */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distanceSq:(Lorg/apache/commons/math3/geometry/Vector;)D
            dreturn
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v2
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D v1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    v1  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1    v2  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
    MethodParameters:
      Name  Flags
      v1    
      v2    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
         0: .line 580
            invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat.getInstance:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3DFormat;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat.format:(Lorg/apache/commons/math3/geometry/Vector;)Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;

  public java.lang.String toString(java.text.NumberFormat);
    descriptor: (Ljava/text/NumberFormat;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
        start local 1 // java.text.NumberFormat format
         0: .line 585
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat
            dup
            aload 1 /* format */
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat.<init>:(Ljava/text/NumberFormat;)V
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat.format:(Lorg/apache/commons/math3/geometry/Vector;)Ljava/lang/String;
            areturn
        end local 1 // java.text.NumberFormat format
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            0    1     1  format  Ljava/text/NumberFormat;
    MethodParameters:
        Name  Flags
      format  final

  public org.apache.commons.math3.geometry.Vector getZero();
    descriptor: ()Lorg/apache/commons/math3/geometry/Vector;
    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.threed.Vector3D.getZero:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.geometry.Vector scalarMultiply(double);
    descriptor: (D)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.scalarMultiply:(D)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.geometry.Vector negate();
    descriptor: ()Lorg/apache/commons/math3/geometry/Vector;
    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.threed.Vector3D.negate:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.geometry.Vector normalize();
    descriptor: ()Lorg/apache/commons/math3/geometry/Vector;
    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.threed.Vector3D.normalize:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.apache.commons.math3.exception.MathArithmeticException

  public org.apache.commons.math3.geometry.Vector add(double, org.apache.commons.math3.geometry.Vector);
    descriptor: (DLorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            dload 1
            aload 3
            checkcast org.apache.commons.math3.geometry.Vector
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.add:(DLorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.geometry.Vector add(org.apache.commons.math3.geometry.Vector);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.commons.math3.geometry.Vector
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.add:(Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.geometry.Vector subtract(double, org.apache.commons.math3.geometry.Vector);
    descriptor: (DLorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            dload 1
            aload 3
            checkcast org.apache.commons.math3.geometry.Vector
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.subtract:(DLorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.geometry.Vector subtract(org.apache.commons.math3.geometry.Vector);
    descriptor: (Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/Vector;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.commons.math3.geometry.Vector
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.subtract:(Lorg/apache/commons/math3/geometry/Vector;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/io/Serializable;Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
SourceFile: "Vector3D.java"