Click or drag to resize

PointD2DDotProduct(PointD2D, PointD2D) Method

Calculates the dot product of two points.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double DotProduct(
	PointD2D p,
	PointD2D q
)

Parameters

p  PointD2D
First point.
q  PointD2D
Second point.

Return Value

Double
The dot product.
See Also