CrossProduct(IVector3D)

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

Declaration Syntax

public IVector3D CrossProduct(IVector3D other)

Parameters

other(IVector3D)

The other vector.