FPoint3MiddlePoint Method
Return the middle coordinate between two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint3 MiddlePoint(
FPoint3 pointA,
FPoint3 pointB
)
Public Shared Function MiddlePoint (
pointA As FPoint3,
pointB As FPoint3
) As FPoint3
No code example is currently available or this language may not be supported.
- pointA FPoint3
-
Reference to the first point to test.
- pointB FPoint3
-
Reference to the second point to test.
FPoint3
Reference to a point that represents the exact middle coordinate of the
caller's virtual line.