View source: R/pointsGenerator.R
pointsGenerator | R Documentation |
An internal function for generating line coordinates for all possible paths of the good.fibes tracking algorithm.
pointsGenerator(startx, starty, ucoords, radius = radius, backstep)
startx |
seed point x coordinate |
starty |
seed point y coordinate |
ucoords |
unique end coordinates generated by hemisphere.points |
radius |
Number of images to consider forward from the zero.image |
backstep |
Should images in the seed point plane or behind it be considered. Each value (1, 2, 3, etc.) gives the number of images "behind" the seed point to consider in the spherical dome |
For internal use in good.fibes only
A list containing coorindates for each line ending in the end points determined by hemisphere.points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.