FPointDot Method
Return the dot product of two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static float Dot(
FPoint value1,
FPoint value2
)
Public Shared Function Dot (
value1 As FPoint,
value2 As FPoint
) As Single
No code example is currently available or this language may not be supported.
- value1 FPoint
-
Reference to the first point to compare.
- value2 FPoint
-
Reference to the second point to compare.
Single
The dot product of the two input points.