ShopToolsUtilTranslateDirection(Single, DirectionUpDownEnum) 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,
	DirectionUpDownEnum offsetType
)

Parameters

offset  Single
The offset to polarize.
offsetType  DirectionUpDownEnum
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