public class oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D extends java.lang.Object implements java.io.Serializable, oadd.org.apache.commons.math.geometry.Vector
{
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D ZERO;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D MINUS_I;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D MINUS_J;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D MINUS_K;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D NaN;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D POSITIVE_INFINITY;
public static final oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D NEGATIVE_INFINITY;
private static final long serialVersionUID;
private final double x;
private final double y;
private final double z;
public void <init>(double, double, double)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: double;
v := @parameter: double;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x> = v;
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y> = v;
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z> = v;
return;
}
public void <init>(double[]) throws oadd.org.apache.commons.math.exception.DimensionMismatchException
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double[] v;
oadd.org.apache.commons.math.exception.DimensionMismatchException v;
int v, v;
double v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double[];
specialinvoke v.<java.lang.Object: void <init>()>();
v = lengthof v;
if v == 3 goto label;
v = new oadd.org.apache.commons.math.exception.DimensionMismatchException;
v = lengthof v;
specialinvoke v.<oadd.org.apache.commons.math.exception.DimensionMismatchException: void <init>(int,int)>(v, 3);
throw v;
label:
v = v[0];
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x> = v;
v = v[1];
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y> = v;
v = v[2];
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z> = v;
return;
}
public void <init>(double, double)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: double;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double cos(double)>(v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double cos(double)>(v);
v = v * v;
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x> = v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double sin(double)>(v);
v = v * v;
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y> = v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double sin(double)>(v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z> = v;
return;
}
public void <init>(double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v * v;
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x> = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v * v;
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y> = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v * v;
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z> = v;
return;
}
public void <init>(double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v, v;
double v, v, v, v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double)>(v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x> = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double)>(v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y> = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double)>(v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z> = v;
return;
}
public void <init>(double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v, v, v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double,double,double)>(v, v, v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x> = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double,double,double)>(v, v, v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y> = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double,double,double)>(v, v, v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z> = v;
return;
}
public void <init>(double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, double, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v, v, v, v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double,double,double,double,double)>(v, v, v, v, v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x> = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double,double,double,double,double)>(v, v, v, v, v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y> = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double,double,double,double,double)>(v, v, v, v, v, v, v, v);
v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z> = v;
return;
}
public double getX()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
return v;
}
public double getY()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
return v;
}
public double getZ()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
return v;
}
public double[] toArray()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double[] v;
double v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = newarray (double)[3];
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v[0] = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v[1] = v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v[2] = v;
return v;
}
public oadd.org.apache.commons.math.geometry.Space getSpace()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
oadd.org.apache.commons.math.geometry.euclidean.threed.Euclidean3D v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = staticinvoke <oadd.org.apache.commons.math.geometry.euclidean.threed.Euclidean3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Euclidean3D getInstance()>();
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D getZero()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = <oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D ZERO>;
return v;
}
public double getNorm1()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v + v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v + v;
return v;
}
public double getNorm()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v * v;
v = v + v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v * v;
v = v + v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double sqrt(double)>(v);
return v;
}
public double getNormSq()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v * v;
v = v + v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v * v;
v = v + v;
return v;
}
public double getNormInf()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double max(double,double)>(v, v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double max(double,double)>(v, v);
return v;
}
public double getAlpha()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double atan2(double,double)>(v, v);
return v;
}
public double getDelta()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double getNorm()>();
v = v / v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double asin(double)>(v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D add(oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
oadd.org.apache.commons.math.geometry.Vector v;
double v, v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v + v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v + v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v + v;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(v, v, v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D add(double, oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
oadd.org.apache.commons.math.geometry.Vector v;
double v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D,double,oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)>(1.0, v, v, v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D subtract(oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
oadd.org.apache.commons.math.geometry.Vector v;
double v, v, v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v - v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v - v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v - v;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(v, v, v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D subtract(double, oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
oadd.org.apache.commons.math.geometry.Vector v;
double v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = neg v;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D,double,oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)>(1.0, v, v, v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D normalize() throws oadd.org.apache.commons.math.exception.MathArithmeticException
{
java.lang.Object[] v;
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
byte v;
oadd.org.apache.commons.math.exception.MathArithmeticException v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
double v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double getNorm()>();
v = v cmpl 0.0;
if v != 0 goto label;
v = new oadd.org.apache.commons.math.exception.MathArithmeticException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR>;
v = newarray (java.lang.Object)[0];
specialinvoke v.<oadd.org.apache.commons.math.exception.MathArithmeticException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
throw v;
label:
v = 1.0 / v;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D scalarMultiply(double)>(v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D orthogonal() throws oadd.org.apache.commons.math.exception.MathArithmeticException
{
byte v, v, v, v, v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
java.lang.Object[] v;
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v, v, v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.exception.MathArithmeticException v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double getNorm()>();
v = 0.6 * v;
v = v cmpl 0.0;
if v != 0 goto label;
v = new oadd.org.apache.commons.math.exception.MathArithmeticException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats ZERO_NORM>;
v = newarray (java.lang.Object)[0];
specialinvoke v.<oadd.org.apache.commons.math.exception.MathArithmeticException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
throw v;
label:
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = neg v;
v = v cmpl v;
if v < 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v cmpg v;
if v > 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v * v;
v = v + v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double sqrt(double)>(v);
v = 1.0 / v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v * v;
v = neg v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v * v;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(0.0, v, v);
return v;
label:
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = neg v;
v = v cmpl v;
if v < 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v cmpg v;
if v > 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v * v;
v = v + v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double sqrt(double)>(v);
v = 1.0 / v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = neg v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v * v;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(v, 0.0, v);
return v;
label:
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v * v;
v = v + v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double sqrt(double)>(v);
v = 1.0 / v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v * v;
v = neg v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v * v;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(v, v, 0.0);
return v;
}
public static double angle(oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D) throws oadd.org.apache.commons.math.exception.MathArithmeticException
{
java.lang.Object[] v;
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v, v;
byte v, v, v, v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.exception.MathArithmeticException v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double getNorm()>();
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double getNorm()>();
v = v * v;
v = v cmpl 0.0;
if v != 0 goto label;
v = new oadd.org.apache.commons.math.exception.MathArithmeticException;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats ZERO_NORM>;
v = newarray (java.lang.Object)[0];
specialinvoke v.<oadd.org.apache.commons.math.exception.MathArithmeticException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
throw v;
label:
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double dotProduct(oadd.org.apache.commons.math.geometry.Vector)>(v);
v = v * 0.9999;
v = neg v;
v = v cmpg v;
if v < 0 goto label;
v = v cmpl v;
if v <= 0 goto label;
label:
v = staticinvoke <oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D crossProduct(oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D,oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)>(v, v);
v = v cmpl 0.0;
if v < 0 goto label;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double getNorm()>();
v = v / v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double asin(double)>(v);
return v;
label:
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double getNorm()>();
v = v / v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double asin(double)>(v);
v = 3.141592653589793 - v;
return v;
label:
v = v / v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double acos(double)>(v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D negate()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = neg v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = neg v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = neg v;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(v, v, v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D scalarMultiply(double)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: double;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v * v;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(v, v, v);
return v;
}
public boolean isNaN()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
boolean v, v, v, v;
double v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <java.lang.Double: boolean isNaN(double)>(v);
if v != 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <java.lang.Double: boolean isNaN(double)>(v);
if v != 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <java.lang.Double: boolean isNaN(double)>(v);
if v == 0 goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isInfinite()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
boolean v, v, v, v, v;
double v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: boolean isNaN()>();
if v != 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <java.lang.Double: boolean isInfinite(double)>(v);
if v != 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <java.lang.Double: boolean isInfinite(double)>(v);
if v != 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <java.lang.Double: boolean isInfinite(double)>(v);
if v == 0 goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean equals(java.lang.Object)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
byte v, v, v;
java.lang.Object v;
boolean v, v, v, v;
double v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
v = v instanceof oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: boolean isNaN()>();
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: boolean isNaN()>();
return v;
label:
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v cmpl v;
if v != 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v cmpl v;
if v != 0 goto label;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v cmpl v;
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
label:
return 0;
}
public int hashCode()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
int v, v, v, v, v, v, v, v;
boolean v;
double v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: boolean isNaN()>();
if v == 0 goto label;
return 642;
label:
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathUtils: int hash(double)>(v);
v = 164 * v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathUtils: int hash(double)>(v);
v = 3 * v;
v = v + v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathUtils: int hash(double)>(v);
v = v + v;
v = 643 * v;
return v;
}
public double dotProduct(oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
oadd.org.apache.commons.math.geometry.Vector v;
double v, v, v, v, v, v, v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double,double,double)>(v, v, v, v, v, v);
return v;
}
public oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D crossProduct(oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.geometry.Vector v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = neg v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double)>(v, v, v, v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = neg v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double)>(v, v, v, v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = neg v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = staticinvoke <oadd.org.apache.commons.math.util.MathArrays: double linearCombination(double,double,double,double)>(v, v, v, v);
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(v, v, v);
return v;
}
public double distance1(oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.geometry.Vector v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v - v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v - v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v - v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v + v;
v = v + v;
return v;
}
public double distance(oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.geometry.Vector v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v - v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v - v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v - v;
v = v * v;
v = v * v;
v = v + v;
v = v * v;
v = v + v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double sqrt(double)>(v);
return v;
}
public double distanceInf(oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.geometry.Vector v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v - v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v - v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v - v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double max(double,double)>(v, v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double max(double,double)>(v, v);
return v;
}
public double distanceSq(oadd.org.apache.commons.math.geometry.Vector)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.geometry.Vector v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.Vector;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double x>;
v = v - v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double y>;
v = v - v;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double z>;
v = v - v;
v = v * v;
v = v * v;
v = v + v;
v = v * v;
v = v + v;
return v;
}
public static double dotProduct(oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double dotProduct(oadd.org.apache.commons.math.geometry.Vector)>(v);
return v;
}
public static oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D crossProduct(oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v, v;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D crossProduct(oadd.org.apache.commons.math.geometry.Vector)>(v);
return v;
}
public static double distance1(oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double distance1(oadd.org.apache.commons.math.geometry.Vector)>(v);
return v;
}
public static double distance(oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double distance(oadd.org.apache.commons.math.geometry.Vector)>(v);
return v;
}
public static double distanceInf(oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double distanceInf(oadd.org.apache.commons.math.geometry.Vector)>(v);
return v;
}
public static double distanceSq(oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D, oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
double v;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: double distanceSq(oadd.org.apache.commons.math.geometry.Vector)>(v);
return v;
}
public java.lang.String toString()
{
java.lang.String v;
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3DFormat v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = staticinvoke <oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3DFormat: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3DFormat getInstance()>();
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3DFormat: java.lang.String format(oadd.org.apache.commons.math.geometry.Vector)>(v);
return v;
}
public java.lang.String toString(java.text.NumberFormat)
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3DFormat v;
java.lang.String v;
java.text.NumberFormat v;
v := @this: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: java.text.NumberFormat;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3DFormat;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3DFormat: void <init>(java.text.NumberFormat)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3DFormat: java.lang.String format(oadd.org.apache.commons.math.geometry.Vector)>(v);
return v;
}
static void <clinit>()
{
oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v, v, v, v, v, v, v, v, v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(0.0, 0.0, 0.0);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D ZERO> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(1.0, 0.0, 0.0);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(-1.0, 0.0, 0.0);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D MINUS_I> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(0.0, 1.0, 0.0);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(0.0, -1.0, 0.0);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D MINUS_J> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(0.0, 0.0, 1.0);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(0.0, 0.0, -1.0);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D MINUS_K> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(#NaN, #NaN, #NaN);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D NaN> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(#Infinity, #Infinity, #Infinity);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D POSITIVE_INFINITY> = v;
v = new oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,double,double)>(#-Infinity, #-Infinity, #-Infinity);
<oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D: oadd.org.apache.commons.math.geometry.euclidean.threed.Vector3D NEGATIVE_INFINITY> = v;
return;
}
}