Data update
This commit is contained in:
parent
4d5544505c
commit
4924dd0264
3073 changed files with 55820 additions and 4408 deletions
|
|
@ -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[] .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue