FLineGetCenter Method
Return the center point of the specified line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 GetCenter(
FLine line
)
Public Shared Function GetCenter (
line As FLine
) As FVector2
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line to be inspected.
FVector2
Reference to the center point of the provided line, if legitimate.
Otherwise, null.