ELLIPSOIDMESH Convert a 3D ellipsoid to face-vertex mesh representation.

   [V, F] = ellipsoidMesh(ELLI)
   ELLI is given by:
   [XC YC ZC  A B C  PHI THETA PSI],
   where (XC, YC, ZC) is the ellipsoid center, A, B and C are the half
   lengths of the ellipsoid main axes, and PHI THETA PSI are Euler angles
   representing ellipsoid orientation, in degrees.


   See also
   meshes3d, drawEllipsoid, sphereMesh, equivalentEllipsoid

Package: matgeom