From 9a67fafbf74b12aaea1d4eca30c921f661c1430e Mon Sep 17 00:00:00 2001 From: Terkel Date: Wed, 24 Oct 2018 19:44:45 +0200 Subject: [PATCH] Add linear interpolation article --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9e7cb94..88d008b 100644 --- a/readme.md +++ b/readme.md @@ -414,6 +414,7 @@ Creative coding is a different discipline than programming systems. The goal is - [MyPhysicsLab](https://www.myphysicslab.com/) - Interactive real-time physics simulations, with formulars and code. - [Intuitive Math](https://intuitive-math.club/) - Explanations of fields like Linear Algebra and Geometry designed to help you develop a visual intuition for what is going on. - [L-systems](https://github.com/arendsee/lsystems) - A Haskell package for L-systems. +- [Linear Interpolation](https://mattdesl.svbtle.com/linear-interpolation) - Introduction to linear interpolation (also known as mix/lerp). ## Machine learning • Computer Vision • Ai