Print

Print


Commit in lcsim/src/org/lcsim/spacegeom on MAIN
CartesianPoint.java+11.2 -> 1.3
The constructor is a serious bottleneck

lcsim/src/org/lcsim/spacegeom
CartesianPoint.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- CartesianPoint.java	21 Apr 2005 22:20:02 -0000	1.2
+++ CartesianPoint.java	12 Aug 2005 04:20:08 -0000	1.3
@@ -14,6 +14,7 @@
      * @param y Cartesian y coordinate
      * @param z Cartesian z coordinate
      */
+    // FIXME Profinling shows that atan2 is a bottleneck
     public CartesianPoint(double x, double y, double z)
     {
         _x   = x;
CVSspam 0.2.8