crossProduct Method

Return the cross product of this vector and vectorB.

crossProduct(vectorB: Vector3d, result?: Vector3d): Vector3d

Parameter Type Description
vectorB Vector3d second vector of cross product
result Vector3d optional preallocated result.

Returns - Vector3d

Defined in

Last Updated: 17 May, 2024