CurvedArrows:

Path: AerospaceUtils/ComponentModels

% Generate CAD vertices for a curved 3d arrow through points p.

 Type CurvedArrows for a demo.

--------------------------------------------------------------------------
   Form:
   [v,f] = CurvedArrows(p,d,n)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   p          (3,:) Points through which the tube must pass
   d          (1,1) Diameter
   n          (1,1) Number of divisions 

   -------
   Outputs
   -------
   v         (:,3)  Vertices
   f         (:,3)  Faces

--------------------------------------------------------------------------
 See also: Tubing, Frustrum
--------------------------------------------------------------------------