def pitch_up(self, angle): """Pitch the turtle up about the right axis""" self.dir.rotate(Quaternion(self.right, math.radians(angle))) self.dir.normalize()