IVector3D
IVector3D
.CrossProduct(
IVector3D
other)
Computes the cross product betwen the current vector and the given one.
Remarks
Examples
Parameters
other
Type:
IVector3D
The other vector.
Return Value
Type:
IVector3D
Returns the resulting vector.