mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-01-18 06:08:20 +01:00
Update content.en-GB.md
This commit is contained in:
parent
b52c42632c
commit
488c5b000d
@ -30,7 +30,7 @@ And done, that's the algorithm implemented. That just leaves drawing the resulti
|
||||
```
|
||||
function drawFlattenedCurve(curve, segmentCount):
|
||||
coordinates = flattenCurve(curve, segmentCount)
|
||||
coord = coordinates[0], _coords;
|
||||
coords = coordinates[0], _coords;
|
||||
for(i=1; i < coordinates.length; i++):
|
||||
_coords = coordinates[i]
|
||||
line(coords, _coords)
|
||||
|
Loading…
x
Reference in New Issue
Block a user