 | VectorDotProduct Method |
Determines the dot product between this vector and the specified vector.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxdouble DotProduct(
Vector vector
)
Function DotProduct (
vector As Vector
) As Double
Parameters
- vector Vector
- Input Vector object for dot product calculation.
Return Value
DoubleThe dot product.
See Also