View source: R/linear-spherical-spline.R
cross_normalized | R Documentation |
This function computes the cross product of two input vectors u and v, normalizes the result, and returns the normalized vector.
cross_normalized(u, v)
u |
Numeric vector. |
v |
Numeric vector. |
Numeric vector representing the normalized cross product of u and v.
cross_normalized(c(1,0,0), c(0,1,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.