public final class org.apache.commons.math.geometry.euclidean.threed.RotationOrder extends java.lang.Object
{
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder XYZ;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder XZY;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder YXZ;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder YZX;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder ZXY;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder ZYX;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder XYX;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder XZX;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder YXY;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder YZY;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder ZXZ;
public static final org.apache.commons.math.geometry.euclidean.threed.RotationOrder ZYZ;
private final java.lang.String name;
private final org.apache.commons.math.geometry.euclidean.threed.Vector3D a;
private final org.apache.commons.math.geometry.euclidean.threed.Vector3D a;
private final org.apache.commons.math.geometry.euclidean.threed.Vector3D a;
private void <init>(java.lang.String, org.apache.commons.math.geometry.euclidean.threed.Vector3D, org.apache.commons.math.geometry.euclidean.threed.Vector3D, org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v, v;
java.lang.String v;
org.apache.commons.math.geometry.euclidean.threed.RotationOrder v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v := @parameter: java.lang.String;
v := @parameter: org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v := @parameter: org.apache.commons.math.geometry.euclidean.threed.Vector3D;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: java.lang.String name> = v;
v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.Vector3D a1> = v;
v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.Vector3D a2> = v;
v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.Vector3D a3> = v;
return;
}
public java.lang.String toString()
{
java.lang.String v;
org.apache.commons.math.geometry.euclidean.threed.RotationOrder v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: java.lang.String name>;
return v;
}
public org.apache.commons.math.geometry.euclidean.threed.Vector3D getA1()
{
org.apache.commons.math.geometry.euclidean.threed.RotationOrder v;
org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.Vector3D a1>;
return v;
}
public org.apache.commons.math.geometry.euclidean.threed.Vector3D getA2()
{
org.apache.commons.math.geometry.euclidean.threed.RotationOrder v;
org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.Vector3D a2>;
return v;
}
public org.apache.commons.math.geometry.euclidean.threed.Vector3D getA3()
{
org.apache.commons.math.geometry.euclidean.threed.RotationOrder v;
org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.Vector3D a3>;
return v;
}
static void <clinit>()
{
org.apache.commons.math.geometry.euclidean.threed.Vector3D 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;
org.apache.commons.math.geometry.euclidean.threed.RotationOrder v, v, v, v, v, v, v, v, v, v, v, v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("XYZ", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder XYZ> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("XZY", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder XZY> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("YXZ", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder YXZ> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("YZX", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder YZX> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("ZXY", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder ZXY> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("ZYX", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder ZYX> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("XYX", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder XYX> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("XZX", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder XZX> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("YXY", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder YXY> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("YZY", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder YZY> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_I>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("ZXZ", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder ZXZ> = v;
v = new org.apache.commons.math.geometry.euclidean.threed.RotationOrder;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_J>;
v = <org.apache.commons.math.geometry.euclidean.threed.Vector3D: org.apache.commons.math.geometry.euclidean.threed.Vector3D PLUS_K>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: void <init>(java.lang.String,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>("ZYZ", v, v, v);
<org.apache.commons.math.geometry.euclidean.threed.RotationOrder: org.apache.commons.math.geometry.euclidean.threed.RotationOrder ZYZ> = v;
return;
}
}