An NDoc Documented Class Library

Robot.TurnLeft Method 

Turn the bot to the left with the angle specifed in radians

public void TurnLeft(
   float ARotationToGo
);

Parameters

ARotationToGo
A positive angle turns the bot counter-clockwise; a negative angle turns the bot clockwise

See Also

Robot Class | Virii Namespace