![]() |
MESH toolbox
0.1
Matlab/Octave mesh utils
|
Compute areas of triangles mesh. More...
Go to the source code of this file.
Functions | |
| function area = | ComputeAreaOpt (q, me) |
| Compute areas of triangles mesh. | |
Compute areas of triangles mesh.
Definition in file ComputeAreaOpt.m.
| function area = ComputeAreaOpt | ( | q, | |
| me | |||
| ) |
Compute areas of triangles mesh.
| q | array, is the -th coordinate of the -th vertex, and Also noted . |
| me | int32 array, index of storage, in the array , of the -th vertex of the triangle of index , and Also noted . |
| areas | array, areas(k) is the area of triangle k. |
Definition at line 17 of file ComputeAreaOpt.m.