class org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform extends java.lang.Object implements org.apache.commons.math.geometry.partitioning.Transform
{
private org.apache.commons.math.geometry.euclidean.threed.Vector3D translation;
private org.apache.commons.math.geometry.euclidean.threed.Plane cachedOriginal;
private org.apache.commons.math.geometry.partitioning.Transform cachedTransform;
public void <init>(org.apache.commons.math.geometry.euclidean.threed.Vector3D)
{
org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform v;
org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform;
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.PolyhedronsSet$TranslationTransform: org.apache.commons.math.geometry.euclidean.threed.Vector3D translation> = v;
return;
}
public org.apache.commons.math.geometry.euclidean.threed.Vector3D apply(org.apache.commons.math.geometry.Vector)
{
org.apache.commons.math.geometry.Vector v;
org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform v;
org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform;
v := @parameter: org.apache.commons.math.geometry.Vector;
v = new org.apache.commons.math.geometry.euclidean.threed.Vector3D;
v = v.<org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform: org.apache.commons.math.geometry.euclidean.threed.Vector3D translation>;
specialinvoke v.<org.apache.commons.math.geometry.euclidean.threed.Vector3D: void <init>(double,org.apache.commons.math.geometry.euclidean.threed.Vector3D,double,org.apache.commons.math.geometry.euclidean.threed.Vector3D)>(1.0, v, 1.0, v);
return v;
}
public org.apache.commons.math.geometry.euclidean.threed.Plane apply(org.apache.commons.math.geometry.partitioning.Hyperplane)
{
org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform v;
org.apache.commons.math.geometry.euclidean.threed.Vector3D v;
org.apache.commons.math.geometry.euclidean.threed.Plane v;
org.apache.commons.math.geometry.partitioning.Hyperplane v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform;
v := @parameter: org.apache.commons.math.geometry.partitioning.Hyperplane;
v = v.<org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform: org.apache.commons.math.geometry.euclidean.threed.Vector3D translation>;
v = virtualinvoke v.<org.apache.commons.math.geometry.euclidean.threed.Plane: org.apache.commons.math.geometry.euclidean.threed.Plane translate(org.apache.commons.math.geometry.euclidean.threed.Vector3D)>(v);
return v;
}
public org.apache.commons.math.geometry.partitioning.SubHyperplane apply(org.apache.commons.math.geometry.partitioning.SubHyperplane, org.apache.commons.math.geometry.partitioning.Hyperplane, org.apache.commons.math.geometry.partitioning.Hyperplane)
{
org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform v;
org.apache.commons.math.geometry.euclidean.threed.Plane v;
org.apache.commons.math.geometry.partitioning.AbstractSubHyperplane v;
java.awt.geom.AffineTransform v;
org.apache.commons.math.geometry.partitioning.Hyperplane v, v;
org.apache.commons.math.geometry.euclidean.twod.Vector2D v;
org.apache.commons.math.geometry.partitioning.Transform v, v;
org.apache.commons.math.geometry.euclidean.threed.Vector3D v, v;
org.apache.commons.math.geometry.partitioning.SubHyperplane v;
double v, v;
v := @this: org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform;
v := @parameter: org.apache.commons.math.geometry.partitioning.SubHyperplane;
v := @parameter: org.apache.commons.math.geometry.partitioning.Hyperplane;
v := @parameter: org.apache.commons.math.geometry.partitioning.Hyperplane;
v = v.<org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform: org.apache.commons.math.geometry.euclidean.threed.Plane cachedOriginal>;
if v == v goto label;
v = virtualinvoke v.<org.apache.commons.math.geometry.euclidean.threed.Plane: org.apache.commons.math.geometry.euclidean.threed.Vector3D getOrigin()>();
v = virtualinvoke v.<org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform: org.apache.commons.math.geometry.euclidean.threed.Vector3D apply(org.apache.commons.math.geometry.Vector)>(v);
v = virtualinvoke v.<org.apache.commons.math.geometry.euclidean.threed.Plane: org.apache.commons.math.geometry.euclidean.twod.Vector2D toSubSpace(org.apache.commons.math.geometry.Vector)>(v);
v = virtualinvoke v.<org.apache.commons.math.geometry.euclidean.twod.Vector2D: double getX()>();
v = virtualinvoke v.<org.apache.commons.math.geometry.euclidean.twod.Vector2D: double getY()>();
v = staticinvoke <java.awt.geom.AffineTransform: java.awt.geom.AffineTransform getTranslateInstance(double,double)>(v, v);
v.<org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform: org.apache.commons.math.geometry.euclidean.threed.Plane cachedOriginal> = v;
v = staticinvoke <org.apache.commons.math.geometry.euclidean.twod.Line: org.apache.commons.math.geometry.partitioning.Transform getTransform(java.awt.geom.AffineTransform)>(v);
v.<org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform: org.apache.commons.math.geometry.partitioning.Transform cachedTransform> = v;
label:
v = v.<org.apache.commons.math.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform: org.apache.commons.math.geometry.partitioning.Transform cachedTransform>;
v = virtualinvoke v.<org.apache.commons.math.geometry.euclidean.twod.SubLine: org.apache.commons.math.geometry.partitioning.AbstractSubHyperplane applyTransform(org.apache.commons.math.geometry.partitioning.Transform)>(v);
return v;
}
}