TrackLayerCollectionGetLeftPoint Method
Return the leftmost point from the caller's array.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private static FVector2 GetLeftPoint(
FVector2[] points
)
Private Shared Function GetLeftPoint (
points As FVector2()
) As FVector2
No code example is currently available or this language may not be supported.
- points FVector2
-
Reference to an array of points.
FVector2
Reference to the piont with the lowest x-axis value in the set, if
found. Otherwise, null.