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