vector.product {espadon}R 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))


[Package espadon version 1.6.0 Index]