VectorD2DDotProduct Method |
Calculates the dot product of two vectors.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double DotProduct(
VectorD2D a,
VectorD2D b
)
Parameters
- a VectorD2D
- The first vector.
- b VectorD2D
- The second vector.
Return Value
DoubleThe dot product.
See Also