cross_prod: Cross Product

View source: R/add_plane_uv_mesh.R

cross_prodR Documentation

Cross Product

Description

Computes the cross product of two 3-dimensional vectors.

Usage

cross_prod(x, y)

Arguments

x

A numeric vector representing the first 3D vector.

y

A numeric vector representing the second 3D vector.

Value

A numeric vector representing the cross product of x and y.


rayvertex documentation built on April 4, 2025, 2:37 a.m.