Description Usage Arguments Value See Also Examples
Computes the area of a simple 3D polygon given the coordinates of its vertices arranged as a matrix where each column is a vertex numbered in counterclockwise manner.
1 | poly3dArea(p, n = NULL)
|
p |
Matrix containing the vertices of the polygon. |
n |
Normal to the polygon (if it has been previously computed). |
Area of the polygon.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.