dotProduct Method

Return the dot product of this vector with vectorB.

dotProduct(vectorB: XYAndZ): number

@returns the dot product of this instance with vectorB

Parameter Type Description
vectorB XYAndZ second vector of cross product

Returns - number

the dot product of this instance with vectorB

Defined in

Last Updated: 28 April, 2026