Determine the dot product of this vector to the specified vector.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Function DotProduct (
vector As DocumentUnitsVector2d
) As Double
C#
public double DotProduct(
DocumentUnitsVector2d vector
)
Parameters
- vector
- Type: Autodesk.iLogic.Types.DocumentUnitsVector2d
Input used for comparison.
Return Value
Type:
Double
See Also
Reference