 | DirectionOpposite Method |
Calculates opposite directions of given directions.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static DirectionType Opposite(
DirectionType direction
)
Public Shared Function Opposite (
direction As DirectionType
) As DirectionType
public:
static DirectionType Opposite(
DirectionType direction
)
static member Opposite :
direction : DirectionType -> DirectionType
Parameters
- direction
- Type: Slash.Math.UtilsDirectionType
Direction of which to calculate opposite direction.
Return Value
Type:
DirectionTypeOpposite direction of parameter.
See Also