View source: R/fGet3DTrajectoryBetweenTwoPoints.R
fGet3DTrajectoryBetweenTwoPoints | R Documentation |
Calculate a trajectory between two points based on the input parameters
fGet3DTrajectoryBetweenTwoPoints( x = 0, y = 0, z = 0, endx = 30, endy = 45, endz = 20, ax = 0, ay = 0, az = -9.8, t = 3, timesteps = 100 )
timesteps |
decides the resolution with which to give the output. Higher value means lower resolution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.