ShopToolsUtilTranslateDirection(Single, DirectionLeftRightEnum) Method
Translate the relative directional offset from the visual perspective
to the defined direction on the table.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static float TranslateDirection(
float offset,
DirectionLeftRightEnum directionType
)
Public Shared Function TranslateDirection (
offset As Single,
directionType As DirectionLeftRightEnum
) As Single
No code example is currently available or this language may not be supported.
- offset Single
-
The offset to polarize.
- directionType DirectionLeftRightEnum
-
The visual relative direction with which the offset is associated.
Single
The physical offset, relative to the established direction of travel
on the table.