Click or drag to resize

PointD2DDotProduct(PointD2D) Method

Calculates the dot product of this point and another point.

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

Parameters

q  PointD2D
Other point.

Return Value

Double
The dot product.
See Also