PatternOperationItemGetLengthWidthXYParameter Method
Return the caller's length and width as an X/Y coordinate.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static FVector2 GetLengthWidthXYParameter(
float length,
float width
)
Public Shared Function GetLengthWidthXYParameter (
length As Single,
width As Single
) As FVector2
No code example is currently available or this language may not be supported.
- length Single
-
The distance along the length axis.
- width Single
-
The distance along the width axis.
FVector2
The X and Y distances represented by the caller's length and width.