Compute the cross product of two 3D vectors
get_3d_cross_prod(v1, v2)
v1 | First vector, as c(x,y,z) |
---|---|
v2 | Second vector, as c(x,y,z) |
A vector of length 3 that describes the cross-product
Other mathematical functions:
deg_2_rad()
,
find_curve_elbow()
,
get_2d_angle()
,
get_3d_angle()
,
get_dist_point_line()
,
get_velocity()
,
rad_2_deg()
Vikram B. Baliga
#> [1] 0 6 -2