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 --------------------------------------------------------------------------
Common: ComponentModels/Frustrum Common: ComponentModels/Tubing Common: Graphics/DrawVertices Common: Quaternion/Q2Mat Common: Quaternion/U2Q Math: Linear/Mag Math: Linear/Unit
Back to the AerospaceUtils Module page