Data update

This commit is contained in:
Ingy döt Net 2025-08-11 18:05:26 -07:00
parent 4d5544505c
commit 4924dd0264
3073 changed files with 55820 additions and 4408 deletions

View file

@ -41,12 +41,11 @@ solve c1[] c2[] c3[] -1 -1 -1 r2[]
print r2[]
#
proc circ x0 y0 r .
gpenup
for a = 0 to 360
xp = x
yp = y
x = x0 + sin a * r
y = y0 + cos a * r
if a > 0 : gline xp yp x y
glineto x y
.
.
proc draw col c[] .