vcross: Vector cross product

View source: R/rotation.R

vcrossR Documentation

Vector cross product

Description

Vector or cross product

Usage

vcross(x, y)

Arguments

x, y

numeric vectors of length 3

Value

numeric vector of length 3

Examples

vcross(c(1, 2, 3), c(4, 5, 6))

tectonicr documentation built on Sept. 11, 2024, 6:05 p.m.