Click or drag to resize

PointD2DDotProduct(PointD2D) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.PointD2D.DotProduct(Altaxo.Geometry.PointD2D)"]


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

Parameters

q  PointD2D

[Missing <param name="q"/> documentation for "M:Altaxo.Geometry.PointD2D.DotProduct(Altaxo.Geometry.PointD2D)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Geometry.PointD2D.DotProduct(Altaxo.Geometry.PointD2D)"]

See Also