IVector3D IVector3D.CrossProduct(IVector3D other)

Computes the cross product betwen the current vector and the given one.

Parameters

Return Value

Type: IVector3D
Returns the resulting vector.