ShopToolsUtilTransformFromAbsolute Method

Return a point on the top, left working space that corresponds to an absolute coordinate on the defined physical table.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static FVector2 TransformFromAbsolute(
	FVector2 absolutePoint
)

Parameters

absolutePoint  FVector2
The absolute point to transform.

Return Value

FVector2
Reference to the point corresponding to the caller's absolute coordinate.

See Also