📖 Fix typo
This commit is contained in:
parent
113334f650
commit
f03ad58d55
|
@ -1,6 +1,6 @@
|
||||||
# Chaos game app
|
# Chaos game app
|
||||||
|
|
||||||
A Javascript web app that allows you to test the "Chaos game" algorithm that consists in a few steps :
|
A Javascript web app that allows you to test the "Chaos game" algorithm that consists in a few steps:
|
||||||
|
|
||||||
1. take a n-vertices polygon (in the app, there is only regular polygons, but it is possible to use scalenous ones);
|
1. take a n-vertices polygon (in the app, there is only regular polygons, but it is possible to use scalenous ones);
|
||||||
2. choose a random point (out or inside the polygon);
|
2. choose a random point (out or inside the polygon);
|
||||||
|
|
Loading…
Reference in New Issue