vector


vector product

vector

vector(x1,y1,z1,x2,y2,z2)

        Returns the vector product of two 3D vectors (x1,y1,z1), (x2,y2,z2).
Example:
vector[1,12]; returns (-3,6,-3)