PointD2DDotProduct(PointD2D, PointD2D) Method |
Calculates the dot product of two points.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double DotProduct(
PointD2D p,
PointD2D q
)
Parameters
- p PointD2D
- First point.
- q PointD2D
- Second point.
Return Value
DoubleThe dot product.
See Also