project.onto.segments {directlabels} | R Documentation |
project onto segments
Description
Given a point and a set of line segments representing a convex or alpha hull, calculate the closest point on the segments.
Usage
project.onto.segments(m,
h, debug = FALSE,
...)
Arguments
m |
|
h |
Data frame describing the line segments of the convex or alpha hull. |
debug |
debug |
... |
ignored |
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre] (ORCID: <https://orcid.org/0000-0002-3146-0865>)
[Package directlabels version 2025.6.24 Index]