MESHFACEAREAS Surface area of each face of a mesh. areas = meshFaceAreas(vertices, faces) Example [v, f] = createOctahedron; meshFaceAreas(v, f)' ans = 1.7321 1.7321 1.7321 1.7321 1.7321 1.7321 1.7321 1.7321 See also meshes3d, meshSurfaceArea, meshFaceCentroids
Package: matgeom