Click or drag to resize
DirectionIsHorizontalDirection Method
Indicates if the specified direction is a horizontal one (W, E) or a vertical one (N, S).

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static bool IsHorizontalDirection(
	DirectionType direction
)

Parameters

direction
Type: Slash.Math.UtilsDirectionType
Direction to check.

Return Value

Type: Boolean
True if the specified direction is a horizontal one; otherwise, false.
See Also