def read_quaternion(self): return mathutils.Quaternion((self.read_single(), self.read_single(), self.read_single(), self.read_single()))