get_interpolated_points_path {rayshader}R Documentation

Get Distance Along Bezier Curve

Description

Get Distance Along Bezier Curve

Usage

get_interpolated_points_path(points, n = 360, use_altitude = FALSE)

Arguments

points

3D points to interpolate

n

Number of interpolation breaks

Value

Data frame of points along path, along with distances


[Package rayshader version 0.37.3 Index]