FPoint3Dot Method

Return the dot product of two points.

Definition

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

Parameters

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

Return Value

Single
The dot product of the two input points.

See Also