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: 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: 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: 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: 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: 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: 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: 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: 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: 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: putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.POSITIVE_INFINITY:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
10: 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: putstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.NEGATIVE_INFINITY:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
12: 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 start local 1 start local 3 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dload 1
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
2: aload 0
dload 3
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
3: aload 0
dload 5
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
4: return
end local 5 end local 3 end local 1 end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
arraylength
iconst_3
if_icmpeq 3
2: new org.apache.commons.math3.exception.DimensionMismatchException
dup
aload 1
arraylength
iconst_3
invokespecial org.apache.commons.math3.exception.DimensionMismatchException.<init>:(II)V
athrow
3: StackMap locals: org.apache.commons.math3.geometry.euclidean.threed.Vector3D double[]
StackMap stack:
aload 0
aload 1
iconst_0
daload
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
4: aload 0
aload 1
iconst_1
daload
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
5: aload 0
aload 1
iconst_2
daload
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
6: return
end local 1 end local 0 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 start local 1 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: dload 3
invokestatic org.apache.commons.math3.util.FastMath.cos:(D)D
dstore 5
start local 5 2: aload 0
dload 1
invokestatic org.apache.commons.math3.util.FastMath.cos:(D)D
dload 5
dmul
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
3: aload 0
dload 1
invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
dload 5
dmul
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
4: aload 0
dload 3
invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
5: return
end local 5 end local 3 end local 1 end local 0 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 start local 1 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dmul
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
2: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dmul
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
3: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dmul
putfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
4: return
end local 3 end local 1 end local 0 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 start local 1 start local 3 start local 4 start local 6 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dload 4
aload 6
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: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dload 4
aload 6
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: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dload 4
aload 6
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: return
end local 6 end local 4 end local 3 end local 1 end local 0 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 start local 1 start local 3 start local 4 start local 6 start local 7 start local 9 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dload 4
aload 6
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dload 7
aload 9
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: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dload 4
aload 6
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dload 7
aload 9
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: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dload 4
aload 6
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dload 7
aload 9
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: return
end local 9 end local 7 end local 6 end local 4 end local 3 end local 1 end local 0 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 start local 1 start local 3 start local 4 start local 6 start local 7 start local 9 start local 10 start local 12 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dload 4
aload 6
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dload 7
aload 9
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dload 10
aload 12
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: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dload 4
aload 6
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dload 7
aload 9
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dload 10
aload 12
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: aload 0
dload 1
aload 3
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dload 4
aload 6
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dload 7
aload 9
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dload 10
aload 12
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: return
end local 12 end local 10 end local 9 end local 7 end local 6 end local 4 end local 3 end local 1 end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dreturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dreturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dreturn
end local 0 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 0: iconst_3
newarray 7
dup
iconst_0
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dastore
dup
iconst_1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dastore
dup
iconst_2
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dastore
areturn
end local 0 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 0: invokestatic org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D.getInstance:()Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;
areturn
end local 0 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 0: getstatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.ZERO:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
areturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dadd
aload 0
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 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dmul
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dmul
dadd
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
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 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dmul
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dmul
dadd
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dmul
dadd
dreturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
aload 0
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
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 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
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 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
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 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 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 1: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dadd
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dadd
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 2
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 end local 1 end local 0 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 start local 1 start local 3 0: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
dconst_1
aload 0
dload 1
aload 3
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 end local 1 end local 0 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 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 1: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dsub
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dsub
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 2
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 end local 1 end local 0 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 start local 1 start local 3 0: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
dconst_1
aload 0
dload 1
dneg
aload 3
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 end local 1 end local 0 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 0: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
dstore 1
start local 1 1: dload 1
dconst_0
dcmpl
ifne 3
2: 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: StackMap locals: double
StackMap stack:
aload 0
dconst_1
dload 1
ddiv
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.scalarMultiply:(D)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
areturn
end local 1 end local 0 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 0: ldc 0.6
aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
dmul
dstore 1
start local 1 1: dload 1
dconst_0
dcmpl
ifne 3
2: 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: StackMap locals: double
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dload 1
dcmpg
ifgt 6
4: dconst_1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dmul
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
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
start local 3 5: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
dconst_0
dload 3
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dmul
dload 3
dneg
aload 0
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 6: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dload 1
dcmpg
ifgt 9
7: dconst_1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dmul
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
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
start local 3 8: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
dload 3
dneg
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dmul
dconst_0
dload 3
aload 0
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 9: StackMap locals:
StackMap stack:
dconst_1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dmul
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
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
start local 3 10: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
dload 3
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dmul
dload 3
dneg
aload 0
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 end local 1 end local 0 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 start local 1 0: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
dmul
dstore 2
start local 2 1: dload 2
dconst_0
dcmpl
ifne 3
2: 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: StackMap locals: double
StackMap stack:
aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.dotProduct:(Lorg/apache/commons/math3/geometry/Vector;)D
dstore 4
start local 4 4: dload 2
ldc 0.9999
dmul
dstore 6
start local 6 5: dload 4
dload 6
dneg
dcmpg
iflt 6
dload 4
dload 6
dcmpl
ifle 10
6: StackMap locals: double double
StackMap stack:
aload 0
aload 1
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
start local 8 7: dload 4
dconst_0
dcmpl
iflt 9
8: aload 8
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
dload 2
ddiv
invokestatic org.apache.commons.math3.util.FastMath.asin:(D)D
dreturn
9: StackMap locals: org.apache.commons.math3.geometry.euclidean.threed.Vector3D
StackMap stack:
ldc 3.141592653589793
aload 8
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
dload 2
ddiv
invokestatic org.apache.commons.math3.util.FastMath.asin:(D)D
dsub
dreturn
end local 8 10: StackMap locals:
StackMap stack:
dload 4
dload 2
ddiv
invokestatic org.apache.commons.math3.util.FastMath.acos:(D)D
dreturn
end local 6 end local 4 end local 2 end local 1 end local 0 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 0: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dneg
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dneg
aload 0
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 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 start local 1 0: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
dload 1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dmul
dload 1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dmul
dload 1
aload 0
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 end local 0 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 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
invokestatic java.lang.Double.isNaN:(D)Z
ifne 1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
invokestatic java.lang.Double.isNaN:(D)Z
ifne 1
aload 0
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 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 0: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.isNaN:()Z
ifne 2
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
invokestatic java.lang.Double.isInfinite:(D)Z
ifne 1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
invokestatic java.lang.Double.isInfinite:(D)Z
ifne 1
aload 0
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 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 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof org.apache.commons.math3.geometry.euclidean.threed.Vector3D
ifeq 8
3: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 4: aload 2
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.isNaN:()Z
ifeq 6
5: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.isNaN:()Z
ireturn
6: StackMap locals: org.apache.commons.math3.geometry.euclidean.threed.Vector3D
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dcmpl
ifne 7
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dcmpl
ifne 7
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 2
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 8: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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 0: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.isNaN:()Z
ifeq 2
1: sipush 642
ireturn
2: StackMap locals:
StackMap stack:
sipush 643
sipush 164
aload 0
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
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
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 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 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 1: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 2
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 end local 1 end local 0 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 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 1: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dneg
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
2: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dneg
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
3: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dneg
aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
invokestatic org.apache.commons.math3.util.MathArrays.linearCombination:(DDDD)D
4: invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 1: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dsub
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dstore 3
start local 3 2: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dsub
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dstore 5
start local 5 3: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dsub
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dstore 7
start local 7 4: dload 3
dload 5
dadd
dload 7
dadd
dreturn
end local 7 end local 5 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distance:(Lorg/apache/commons/math3/geometry/Point;)D
dreturn
end local 1 end local 0 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 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 1: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dsub
dstore 3
start local 3 2: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dsub
dstore 5
start local 5 3: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dsub
dstore 7
start local 7 4: dload 3
dload 3
dmul
dload 5
dload 5
dmul
dadd
dload 7
dload 7
dmul
dadd
invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
dreturn
end local 7 end local 5 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 1: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dsub
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dstore 3
start local 3 2: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dsub
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dstore 5
start local 5 3: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dsub
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dstore 7
start local 7 4: dload 3
dload 5
invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
dload 7
invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
dreturn
end local 7 end local 5 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 2
start local 2 1: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.x:D
dsub
dstore 3
start local 3 2: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.y:D
dsub
dstore 5
start local 5 3: aload 2
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Vector3D.z:D
dsub
dstore 7
start local 7 4: dload 3
dload 3
dmul
dload 5
dload 5
dmul
dadd
dload 7
dload 7
dmul
dadd
dreturn
end local 7 end local 5 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.dotProduct:(Lorg/apache/commons/math3/geometry/Vector;)D
dreturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
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 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distance1:(Lorg/apache/commons/math3/geometry/Vector;)D
dreturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distance:(Lorg/apache/commons/math3/geometry/Vector;)D
dreturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distanceInf:(Lorg/apache/commons/math3/geometry/Vector;)D
dreturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.distanceSq:(Lorg/apache/commons/math3/geometry/Vector;)D
dreturn
end local 1 end local 0 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 0: invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat.getInstance:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3DFormat;
aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat.format:(Lorg/apache/commons/math3/geometry/Vector;)Ljava/lang/String;
areturn
end local 0 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 start local 1 0: new org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat
dup
aload 1
invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat.<init>:(Ljava/text/NumberFormat;)V
aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormat.format:(Lorg/apache/commons/math3/geometry/Vector;)Ljava/lang/String;
areturn
end local 1 end local 0 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: 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: 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: 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: 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: 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: 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: 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: 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"