Normal:

-------------------------------------------------------------------------------
   Compute a normal from a set of vertices using the Newell method.
-------------------------------------------------------------------------------
   Form:
   n = Normal( v )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   v             (3,:)   Polygon vertices

   -------
   Outputs
   -------
   n             (3,1)   Normal

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

Children: