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
fix cross-device link error
[PyX.git]
/
design
/
dtk
/
unitcircle.py
blob
2c4b12d21786d06c50683003b2b11b320a86c88b
1
from
pyx
import
*
2
p
=
path
.
circle
(
0
,
0
,
1
)
3
print
(
p
.
arclen
())