cross_prod: Calculate cross-product of two vectors in '3D'

View source: R/utils_orient.R

cross_prodR Documentation

Calculate cross-product of two vectors in '3D'

Description

Calculate cross-product of two vectors in '3D'

Usage

cross_prod(x, y)

Arguments

x, y

3-dimensional vectors

Value

A '3D' vector that is the cross-product of x and y


threeBrain documentation built on April 4, 2025, 1:36 a.m.