Extract the segment join points of a concretely located loop. Note
that the initial vertex is not repeated at the end. See
trailPoints for more information.
This function allows you "observe" the fact that lines are implemented
as lists of segments, which may be problematic if we want to think of
lines as parametric vector functions. This also means that the
behavior of this function may not be stable under future changes to
the implementation of trails. For an unproblematic version which only
yields vertices at which there is a sharp corner, excluding points
where the trail is differentiable, see
lineVertices.
This function is not re-exported from
Diagrams.Prelude; to use
it, import
Diagrams.Trail.