ShopToolsUtilConvertToRelative(ListFVector2, Boolean) Method
Return a collection of points that are relative to the supplied
absolute points.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static List<FVector2> ConvertToRelative(
List<FVector2> points,
bool closeShape = true
)
Public Shared Function ConvertToRelative (
points As List(Of FVector2),
Optional closeShape As Boolean = true
) As List(Of FVector2)
No code example is currently available or this language may not be supported.
- points ListFVector2
-
Reference to the collection of absolute points to be converted to
relative.
- closeShape Boolean (Optional)
-
Optional value indicating whether to close the shape. Default = true.
ListFVector2
Reference to a newly created collection of points with meaurements
relative to the caller's reference values.