Path: AerospaceUtils/ComponentModels
% Get vertices and faces for a truss. Input endpoints and a connection matrix. Since version 2. -------------------------------------------------------------------------- Form: [v, f] = TrussPatch( rE, c ) -------------------------------------------------------------------------- ------ Inputs ------ rE (:,3) Endpoints c (:,2) Connections ------- Outputs ------- v (:,3) Vertices f (:,3) Faces --------------------------------------------------------------------------
Common: Graphics/NewFig
Back to the AerospaceUtils Module page