repo.or.cz
/
PyX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move some path setup info into the right section
[PyX.git]
/
design
/
dtk
/
unitcircle.py
blob
89be6e26e78c2bf150896475af87130194bb597e
1
from
pyx
import
*
2
p
=
path
.
circle
(
0
,
0
,
1
)
3
print
p
.
arclen
()