Path: AerospaceUtils/ComponentModels
% Get vertices and faces for a basic star camera CAD component. The vertices are output in meters. Type StarCameraBasicModel for a demo. -------------------------------------------------------------------------- Form: [v, f] = StarCameraBasicModel( a, fL, aS, lS ) -------------------------------------------------------------------------- ------ Inputs ------ a (1,1) Aperture (mm) fL (1,1) Focal length (mm) aS (1,1) Aperture of sun shade (mm) lS (1,1) Sun shade length (mm) ------- Outputs ------- v (:,3) Vertices f (:,3) Faces --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: ComponentModels/Box Common: ComponentModels/Frustrum Common: General/DeBlankLT Common: General/Watermark Common: Graphics/DrawVertices Common: Graphics/NewFig Common: Graphics/PltStyle Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/Mag
Back to the AerospaceUtils Module page