From a965f3ed89daab11c54fb8fd71394245519bd808 Mon Sep 17 00:00:00 2001 From: Robin Clark Date: Tue, 24 Dec 2019 11:38:46 +0000 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a970d0b..80c71f0 100644 --- a/readme.md +++ b/readme.md @@ -7,8 +7,8 @@ Background: Chaos Mathematics ----------------------------- This game is based on chaos mathematics. -Back in the 1980's a computer scientist/mathematician -Beniort Mandelbrot discovered some maths functions that +Back in the 1970/80's a computer scientist/mathematician +Benoit Mandelbrot discovered some maths functions that behaved in very strange ways. Instead of smoothly changing they became chaotic and unpredictable. @@ -62,7 +62,7 @@ The imaginary numbers when multiplied become real numbers but minus! Most maths people use the term 'i' to denote a number if imaginary, but people who live in the real world, like electronic engineers (and python programmers) use 'j'. -In fact, most 3D games now used a 4 dimiensional version of complex numbers +In fact, most 3D games now use a 4 dimiensional version of complex numbers called quaternions to rotate objects in the computer for you to shoot at! -----------------------------------------------------------------------------------------------------------------