Get right Point3Ds of a box bounding the :class:`~.Mobject`
(self)
| 2281 | return self.get_edge_center(DOWN) |
| 2282 | |
| 2283 | def get_right(self) -> Point3D: |
| 2284 | """Get right Point3Ds of a box bounding the :class:`~.Mobject`""" |
| 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`""" |