hullSegment {gMOIP} | R Documentation |
Find segments (lines) of a face.
Description
Find segments (lines) of a face.
Usage
hullSegment(
vertices,
hull = geometry::convhulln(vertices),
tol = mean(mean(abs(vertices))) * sqrt(.Machine$double.eps)
)
Arguments
vertices |
A |
hull |
Tessellation (or triangulation) generated by |
tol |
Tolerance on the tests for inclusion in the convex hull. You can
think of
In higher dimensions, the numerical issues of floating point arithmetic
will probably suggest a larger value of |
Value
A matrix with segments.
Author(s)
Lars Relund lars@relund.dk