tricoefCal {SpatialfdaR} | R Documentation |
Compute the coefficient matrix tricoef
required to test
if a point is inside a triangle.
tricoefCal(pts, tri)
pts |
A two-column matrix of the locations of the vertices of the mesh. |
tri |
A three-column matrix of the indices in |
A matrix tricoef
.