dotProduct Method

Return the dot product of this vector with vectorB.

dotProduct(vectorB: Readonly<WritableXYAndZ>): number

@returns the dot product of this instance with vectorB

Parameter Type Description
vectorB Readonly<WritableXYAndZ> second vector of cross product

Returns - number

the dot product of this instance with vectorB

Defined in

Last Updated: 17 May, 2024