(self)
| 803 | |
| 804 | |
| 805 | def stat(self) -> str: |
| 806 | return f"x={self.x}, y={self.y}, z={self.z}, yaw={self.yaw}, pitch={self.pitch}, roll={self.roll}, width={self.width}, height={self.height}, z_near={self.z_near}, z_far={self.z_far}, fov={self.fov}, fxaa={self.fxaa}, obj_buffer={self.obj_buffer}, mode={self.mode}" |
| 807 | |
| 808 | |
| 809 | def get_rotation_mat(self) -> tuple: |
no outgoing calls
no test coverage detected