ShopToolsUtilConvertToRelative(ListFVector2, Boolean) Method

Return a collection of points that are relative to the supplied absolute points.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static List<FVector2> ConvertToRelative(
	List<FVector2> points,
	bool closeShape = true
)

Parameters

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.

Return Value

ListFVector2
Reference to a newly created collection of points with meaurements relative to the caller's reference values.

See Also