calculate_final_path {rayrender} | R Documentation |
Linearize and Calculate Final Points (with constant stepsize)
Description
Linearize and Calculate Final Points (with constant stepsize)
Usage
calculate_final_path(
linearized_cp,
steps,
constant_step = TRUE,
curvature_adjust = FALSE,
curvature_scale = 1,
offset = 0,
progress = FALSE,
string = ""
)
Arguments
linearized_cp |
Matrix (4x3) |
steps |
Number of steps |
constant_step |
Whether to step at constant steps or not |
offset |
Offset along curve |
Value
Matrix of points along curve
[Package rayrender version 0.38.10 Index]