PlotCone:

Path: Plotting/Utilities

% Creates a cone with angular width 2*theta about the vector u.

   Type PlotCone for a demo
--------------------------------------------------------------------------
   Form:
   PlotCone( z, u, theta, fig, color )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   z             (3,1)     Location of cone point
   u             (3,1)     Center axis of the cone
   theta          (1)      Half-width of the cone [deg]
   fig            (1)      Figure handle (optional)
   color          (:)      Color of the cone (optional, default blue)

   -------
   Outputs
   -------
   none

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

Children:

Common: Graphics/NewFig
Math: Linear/Cross
Math: Linear/Mag
Math: Linear/Unit

Back to the Plotting Module page