ShopToolsUtilTranslateDirection(Single, DirectionLeftRightEnum) Method

Translate the relative directional offset from the visual perspective to the defined direction on the table.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static float TranslateDirection(
	float offset,
	DirectionLeftRightEnum directionType
)

Parameters

offset  Single
The offset to polarize.
directionType  DirectionLeftRightEnum
The visual relative direction with which the offset is associated.

Return Value

Single
The physical offset, relative to the established direction of travel on the table.

See Also