You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One part of the answer to exercise 1-2 is not clear to me. The exercise asks the learner to draw the shape ellipse(3,7,4,4); on the graph paper. The problem is that the width/height is an even number. With an uneven number (e.g., 5) this would be easy, and is shown in fig.1.10. However, how do you draw an ellipse with the center at (3,7), which is 4 pixel wide and high? I assume you can not use half pixels to truly keep the center at (3,7)?
Many thanks and kind regards,
Hanna
The text was updated successfully, but these errors were encountered:
Hi,
One part of the answer to exercise 1-2 is not clear to me. The exercise asks the learner to draw the shape ellipse(3,7,4,4); on the graph paper. The problem is that the width/height is an even number. With an uneven number (e.g., 5) this would be easy, and is shown in fig.1.10. However, how do you draw an ellipse with the center at (3,7), which is 4 pixel wide and high? I assume you can not use half pixels to truly keep the center at (3,7)?
Many thanks and kind regards,
Hanna
The text was updated successfully, but these errors were encountered: