crossprod_3d: Compute the vector cross product between vectors x and y....

View source: R/utils.R

crossprod_3dR Documentation

Compute the vector cross product between vectors x and y. Adapted from http://stackoverflow.com/questions/15162741/what-is-rs-crossproduct-function

Description

Compute the vector cross product between vectors x and y. Adapted from http://stackoverflow.com/questions/15162741/what-is-rs-crossproduct-function

Usage

crossprod_3d(x, y)

Arguments

x

vector of length 3.

y

vector of length 3.

Value

vector cross product of x and y.


martin3141/spant documentation built on Feb. 16, 2025, 4:44 a.m.