KPointFDot Method

[Missing <summary> documentation for "M:KLib.Geometry.KPointF.Dot(KLib.Geometry.KPointF,KLib.Geometry.KPointF)"]

Definition

Namespace: KLib.Geometry
Assembly: KLib.Geometry (in KLib.Geometry.dll) Version: 1.0.3.9 (1.0.3.9)
C#
public static float Dot(
	KPointF v1,
	KPointF v2
)

Parameters

v1  KPointF

[Missing <param name="v1"/> documentation for "M:KLib.Geometry.KPointF.Dot(KLib.Geometry.KPointF,KLib.Geometry.KPointF)"]

v2  KPointF

[Missing <param name="v2"/> documentation for "M:KLib.Geometry.KPointF.Dot(KLib.Geometry.KPointF,KLib.Geometry.KPointF)"]

Return Value

Single

[Missing <returns> documentation for "M:KLib.Geometry.KPointF.Dot(KLib.Geometry.KPointF,KLib.Geometry.KPointF)"]

See Also