MCPcopy Create free account
hub / github.com/ICE27182/Python-3D-renderer / __str__

Method __str__

pyrender.py:800–802  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

798
799
800 def __str__(self):
801 return (f"{self.x:.3f}, {self.y:.3f}, {self.z:.3f} | " +
802 f"{(self.yaw + 180) % 360 - 180:.3f}, {(self.pitch + 180) % 360 - 180 :.3f}, {(self.roll + 180) % 360 - 180:.3f}")
803
804
805 def stat(self) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected