Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8102694

Point3D is missing multiply by number method

    XMLWordPrintable

Details

    Description

      Point3D should contain the following method:

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: