flipped.triangles.cart | R Documentation |
In the projection of points onto the sphere, some triangles maybe flipped, i.e. in the wrong orientation. This function determines which triangles are flipped by computing the vector pointing to the centre of each triangle and comparing this direction to vector product of two sides of the triangle.
flipped.triangles.cart(P, Trt, R)
P |
Points in Cartesian coordinates |
Trt |
Triangulation of points |
R |
Radius of sphere |
List containing:
flipped |
Indices of in rows of |
cents |
Vectors of centres. |
areas |
Areas of triangles. |
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.