Learn R Programming

rayvertex (version 0.12.0)

cross_prod: Cross Product

Description

Computes the cross product of two 3-dimensional vectors.

Usage

cross_prod(x, y)

Value

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

Arguments

x

A numeric vector representing the first 3D vector.

y

A numeric vector representing the second 3D vector.