Point3D is missing multiply by number method

XMLWordPrintable

      Point3D should contain the following method:

      public Point3D multiply(double factor) {
          return new Point3D(x * factor, y * factor, z * factor);
      }

            Assignee:
            Pavel Ĺ afrata
            Reporter:
            Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: