Calculates dot product of two vectors.
Namespace:
AForge.MathAssembly: AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- vector1
- Type: AForge.Math..::.Vector4
First vector to use for dot product calculation.
- vector2
- Type: AForge.Math..::.Vector4
Second vector to use for dot product calculation.