Get left Point3Ds of a box bounding the :class:`~.Mobject`
(self)
| 2285 | return self.get_edge_center(RIGHT) |
| 2286 | |
| 2287 | def get_left(self) -> Point3D: |
| 2288 | """Get left Point3Ds of a box bounding the :class:`~.Mobject`""" |
| 2289 | return self.get_edge_center(LEFT) |
| 2290 | |
| 2291 | def get_zenith(self) -> Point3D: |
| 2292 | """Get zenith Point3Ds of a box bounding a 3D :class:`~.Mobject`.""" |