fModelBounce: Experimental - generating random trajectories with bounes

View source: R/fModelBounce.R

fModelBounceR Documentation

Experimental - generating random trajectories with bounes

Description

Experimental - generating random trajectories with bounes

Usage

fModelBounce(
  bounce_heights = c(10, 5, 2),
  bGoingUpAtStart = F,
  bGoingDownAtEnd = T,
  x = 10,
  y = 20,
  z = 3,
  endx = 40,
  endy = 30,
  endz = 2,
  ax = 0,
  ay = 0,
  az = -9.8
)

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