View source: R/generate_directions.R
rodriq | R Documentation |
Compute the directions about a cone using the rodrigues angle formula. @export
rodriq(z, r, j)
z |
(vector of length 3) The direction around which we want to rotate. |
r |
(float): The radius of the cone we want. Controls the cone size. |
j |
(int): The number of directions in the cone. |
dir (jx3 matrix): of directions in a cone of radius r about z.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.