CameraModel:

Path: AerospaceUtils/ComponentModels

% Get CAD vertices and faces for a star camera model.

 Type CameraModel for a demo.
--------------------------------------------------------------------------
   Form:
   [v, f, d] = CameraModel( type, uBoresight )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   type          (3,:) Type
   uBoresight    (3,1) Unit vector for the boresight

   -------
   Outputs
   -------
   v             (:,3) Vertices
   f             (:,3) Faces
   d              (.)  Data
                       .mass  (1,1) Mass
                       .power (1,1) Power requirements

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

Children:

Common: CommonData/SwooshWatermark
Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: General/DeBlankLT
Common: General/DispWithTitle
Common: General/Watermark
Common: Graphics/DrawVertices
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: MassProperties/IC623X3
Common: MassProperties/Inertias
Common: Quaternion/Q2Mat
Common: Quaternion/QTForm
Common: Quaternion/U2Q
Math: Geometry/Perpendicular
Math: Linear/Cross
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit

Back to the AerospaceUtils Module page