class org.apache.commons.math.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject extends java.lang.Object implements java.io.Serializable { private static final long serialVersionUID; private final double x; private final double y; private final double z; public void (double, double, double) { org.apache.commons.math.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject v; double v, v, v; v := @this: org.apache.commons.math.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject; v := @parameter: double; v := @parameter: double; v := @parameter: double; specialinvoke v.()>(); v. = v; v. = v; v. = v; return; } private java.lang.Object readResolve() { org.apache.commons.math.geometry.euclidean.threed.Vector3D v; org.apache.commons.math.geometry.euclidean.threed.SphericalCoordinates v; org.apache.commons.math.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject v; double v, v, v; v := @this: org.apache.commons.math.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject; v = new org.apache.commons.math.geometry.euclidean.threed.SphericalCoordinates; v = new org.apache.commons.math.geometry.euclidean.threed.Vector3D; v = v.; v = v.; v = v.; specialinvoke v.(double,double,double)>(v, v, v); specialinvoke v.(org.apache.commons.math.geometry.euclidean.threed.Vector3D)>(v); return v; } }