PatternOperationItemGetLengthWidthXYParameter Method

Return the caller's length and width as an X/Y coordinate.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static FVector2 GetLengthWidthXYParameter(
	float length,
	float width
)

Parameters

length  Single
The distance along the length axis.
width  Single
The distance along the width axis.

Return Value

FVector2
The X and Y distances represented by the caller's length and width.

See Also