PlateTwoSided:

--------------------------------------------------------------------------
   Draw a plate in the xy plane.
   Only 4 corners allowed.
   

   4          3        +Y
   ------------        ^
   |          |        |
   |          |        |
   ------------        -----> +X
   1          2

   For correct lighting points must be entered counterclockwise.

   Type PlateTwoSided for a demo.

   Since version 10.
--------------------------------------------------------------------------
   Form:
   [v, f] = PlateTwoSided( x, y, z )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x           (1,4) x points
   y           (1,4) y points
   z           (1,1) z

   -------
   Outputs
   -------
   v           (4,3) Vertices
   f           (4,3) Faces

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

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS