Skip to content
Snippets Groups Projects
Commit 2a02cfd4 authored by Soeren Peters's avatar Soeren Peters
Browse files

Add readme to this exercise

parent 83637d0b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment