Click or drag to resize

VectorDotProduct Method

Determines the dot product between this vector and the specified vector.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
double DotProduct(
	Vector vector
)

Parameters

vector  Vector
Input Vector object for dot product calculation.

Return Value

Double
The dot product.
See Also