Baltie turns for specified multiple of 90 degrees.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Turn(
	int relative
)

Parameters

relative
Type: System..::.Int32
Count of 90 degrees steps.

Remarks

If the relative is positive, he turns to the right, if negative, he turns to the left.

See Also