From 2a02cfd41ec7545f74e881971d26d4bb54a7ebbf Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Wed, 19 Jan 2022 16:37:54 +0100 Subject: [PATCH] Add readme to this exercise --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9d28e0..444f4bc 100644 --- a/README.md +++ b/README.md @@ -97,4 +97,14 @@ Additionally, the following class was added to the project: view/graphics/PaintableSpline.java ### Expected behavior: -Spline interpolation can be painted. \ No newline at end of file +Spline interpolation can be painted. + +## Exercise 8 +This exercise is based on the eleventh lecture about a more effcient spline interpolation method. + +In this exercise we need to implement this new method in the following classes: + model/Spline.java + view/graphics/PaintableSpline.java + +### Expected behavior: +Spline interpolation can be painted as before. \ No newline at end of file -- GitLab