powered by
Vector product of two vectors
vector.product(v1, v2)
Returns the x, y, z coordinates of the vector product of v1 and v2
Vector of x, y, z coordinates
vector.product(c (1, 0, 0), c (0, 1, 0))
Run the code above in your browser using DataLab