Triangle:

--------------------------------------------------------------------------
   Draw a triangle. 
   This function will compute the mass properties
   data structure if a mass is entered.

   Type Triangle for a demo.

   Since version 2.
--------------------------------------------------------------------------
   Form:
   [v, f, m] = Triangle( x, y, z, mass )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x           (1,1) x length
   y           (1,1) y length
   z           (1,1) z length
   mass        (1,1) mass
   

   -------
   Outputs
   -------
   v           (:,3) Vertices
   f           (:,3) Faces
   m           (1,1) Mass data structure

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

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: MassProperties/Inertias
Common: MassProperties/Volumes
Math: Linear/Mag