StarCameraBasicModel:

Path: AerospaceUtils/ComponentModels

% Draw a basic star camera.
 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

--------------------------------------------------------------------------

Children:

Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the AerospaceUtils Module page