Re: How to do curved arrows?
- To: mathgroup at smc.vnet.net
- Subject: [mg103833] Re: How to do curved arrows?
- From: Yves Klett <yves.klett at googlemail.com>
- Date: Thu, 8 Oct 2009 07:51:57 -0400 (EDT)
- References: <hahsp3$nc$1@smc.vnet.net>
Hi,
Arrow[] can act as a wrapper for Line or Tube Primitives. These Lines or
Tubes can consist of arbitary segments (e.g. approximating a curve). Or
you can use Arrow[pts] directly...
Arrow[Tube[
Table[{Cos[phi], Sin[phi], .2 phi}, {phi, 0, 10,
0.1}]]] // Graphics3D
Regards,
Yves
Istv=C3=A1n schrieb:
> Dear Group,
>
> is there a way to draw curves with arrowheads in a convenient way?
> I did not find anything relevant in the doc.center, nor in the group
> archives.
>
> Istvan Zachar
>