| path_lerp {cursr} | R Documentation | 
Linear Interpolation Path
Description
Interpolate between two points in a grid.
Usage
path_lerp(start, end, n = 50)
Arguments
| start | starting  | 
| end | ending  | 
| n | number of points along curve to calculate | 
Value
Nx2 matrix of (row, column) coordinates
See Also
Other path-fitting functions: 
path_arc(),
path_bezier(),
path_circle(),
path_ellipse(),
path_fill(),
path_fn(),
path_intersection(),
path_ray(),
path_rect(),
path_shape()
Examples
path_lerp(start=c(10,1), end=c(1,3))
[Package cursr version 0.1.0 Index]