TrigGetLineDistance(FVector2, FVector2) Method
Return the line distance between two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static float GetLineDistance(
FVector2 vertex1,
FVector2 vertex2
)
Public Shared Function GetLineDistance (
vertex1 As FVector2,
vertex2 As FVector2
) As Single
No code example is currently available or this language may not be supported.
- vertex1 FVector2
-
First point.
- vertex2 FVector2
-
Second point.
Single
Absolute distance between two points.