FPointDot Method

Return the dot product of two points.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static float Dot(
	FPoint value1,
	FPoint value2
)

Parameters

value1  FPoint
Reference to the first point to compare.
value2  FPoint
Reference to the second point to compare.

Return Value

Single
The dot product of the two input points.

See Also