fGet3DTrajectoryBetweenTwoPoints: Calculate a trajectory between two points based on the input...

View source: R/fGet3DTrajectoryBetweenTwoPoints.R

fGet3DTrajectoryBetweenTwoPointsR Documentation

Calculate a trajectory between two points based on the input parameters

Description

Calculate a trajectory between two points based on the input parameters

Usage

fGet3DTrajectoryBetweenTwoPoints(
  x = 0,
  y = 0,
  z = 0,
  endx = 30,
  endy = 45,
  endz = 20,
  ax = 0,
  ay = 0,
  az = -9.8,
  t = 3,
  timesteps = 100
)

Arguments

timesteps

decides the resolution with which to give the output. Higher value means lower resolution.


thecomeonman/POV documentation built on Sept. 24, 2022, 8:31 p.m.