| Author |
Comment/Response |
ricardo
|
12/19/11 06:05am
Hi,
I'd need something like to manipulate an circular arc that ends in an arrowhead.
My first (wrong)guess was:
Manipulate[
Graphics[Arrow[Circle[{0,0},r0,{0,alfa}]
]],{alfa,0,2pi},{r0,0,1}]
Thanks a lot
URL: , |
|