FVector3GetLineDistance Method
Return the distance of the line between the tips of two vectors.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetLineDistance(
FVector3 vectorA,
FVector3 vectorB
)
Public Shared Function GetLineDistance (
vectorA As FVector3,
vectorB As FVector3
) As Single
No code example is currently available or this language may not be supported.
- vectorA FVector3
-
First vector tip.
- vectorB FVector3
-
Second vector tip.
Single
Distance of line between two points.