R/rotation.R
vcross.Rd
Vector or cross product
vcross(x, y)
numeric vectors of length 3
numeric vector of length 3
vcross(c(1, 2, 3), c(4, 5, 6)) #> [1] -3 6 -3