No internet connection
  1. Home

Comments for https://horstmann.com/unblog/2025-02-20/index.html

By System @system
    2025-02-22 17:33:02.750Z
    • 4 comments
    1. T
      the_real_mz @the_real_mz
        2025-02-22 17:33:03.124Z

        In the line

        Point r = p.translate(1, 2) // r.x() is 5, r.y() is 6

        shouldn't be

        r.y() is 2

        1. CCay Horstmann @cayhorstmann
            2025-02-22 17:51:32.871Z

            Thanks, I fixed it.

          • In reply tosystem:
            @boardtc
              2025-02-24 15:17:08.522Z
              1. CCay Horstmann @cayhorstmann
                  2025-02-24 21:42:38.369Z

                  Thanks, I fixed the link.