An NDoc Documented Class Library

Robot.TurnRight Method 

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

public void TurnRight(
   float ARotationToGo
);

Parameters

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

See Also

Robot Class | Virii Namespace