Click or drag to resize

PointD3DDotProduct(PointD3D, PointD3D) Method

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


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

Parameters

p  PointD3D

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

q  PointD3D

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

Return Value

Double

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

See Also