vector.product: Vector product of two vectors

View source: R/vector_product.R

vector.productR Documentation

Vector product of two vectors

Description

Vector product of two vectors

Usage

vector.product(v1, v2)

Arguments

v1

Vector of x, y, z coordinates

v2

Vector of x, y, z coordinates

Value

Returns the x, y, z coordinates of the vector product of v1 and v2

Examples

vector.product(c(1, 0, 0), c(0, 1, 0))


espadon documentation built on May 8, 2026, 9:07 a.m.