AreaTriMesh:

Path: AerospaceUtils/CAD

% Computes the area of a triangle mesh.
--------------------------------------------------------------------------
   Form:
   a = AreaTriMesh( v, f )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   v               (:,3)  Vertices
   f               (:,3)  Faces

   -------
   Outputs
   -------
   area            (1,1)  Area

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

Children:

Math: Linear/Unit

Back to the AerospaceUtils Module page