 | VectorDotProduct Method |
Calculates the dot product between this vector and the specified vector.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxdouble DotProduct(
Vector vector
)
Function DotProduct (
vector As Vector
) As Double
Parameters
- vector Vector
- The vector for dot product calculation.
Return Value
DoubleThe dot product value.
See Also