coo.sample: Samples points along the curvilinear abscissa.
Description
coo.sample samples n points in coo along the curvilinear abscissa.
Usage
coo.sample(coo, n)
Arguments
coo
A list or a matrix of coordinates.
n
integer. The number of points to sample.
Value
Returns a matrix of (x; y)coordinates.
Details
So far points are just sampled along the coo provided) and not along the "true" curvilinear abscissa, but in most cases, differences should be very small.