Vector3D.Cross Method

Returns the cross-product of two vectors. v1.Cross(v2) gives you a new vector which is perpendicular to the plane defined by v1 and v2.

Syntax

Vector3D.Cross vec


Parameters

vec

Vector3D


Returns a Vector3D.