Path: CubeSat/Utilities
% Generate vertics and faces for a TubeSat model. You can draw the TubeSat model using DrawCubeSat. A figure is created if there are no outputs. Type TubeSatModel for a demo of a single TubeSat. -------------------------------------------------------------------------- Form: [v, f, d] = TubeSatModel( l ) -------------------------------------------------------------------------- ------ Inputs ------ l (1,:) Scaling factor, 1 for single, or 2, 3, 4 ------- Outputs ------- v (:,3) Vertices f (:,3) Faces dRHS (1,1) Data structure for the function RHSCubeSat -------------------------------------------------------------------------- Reference: TubeSat brochure from Interorbital.com -------------------------------------------------------------------------- See also: TubeSatDefaultDataStructure, Frustrum, DrawCubeSat --------------------------------------------------------------------------
Common: Graphics/Frustrum CubeSat: Simulation/TubeSatDefaultDataStructure CubeSat: Visualization/DrawCubeSat
Back to the CubeSat Module page