def roll_right(self, angle): """Roll the turtle right about the direction it is facing""" self.right.rotate(Quaternion(self.dir, math.radians(angle))) self.right.normalize()