calculate_final_path: Linearize and Calculate Final Points (with constant stepsize)

View source: R/generate_camera_motion.R

calculate_final_pathR 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


rayrender documentation built on June 8, 2023, 6:34 a.m.