------------------------------------------------------------------------------- Creates a cone with angular width 2*theta about the vector u. ------------------------------------------------------------------------------- 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 -------------------------------------------------------------------------------