vector.product: Vector product of two vectors

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 April 11, 2025, 5:57 p.m.