MCPcopy
hub / github.com/ManimCommunity/manim / get_left

Method get_left

manim/mobject/mobject.py:2287–2289  ·  view source on GitHub ↗

Get left Point3Ds of a box bounding the :class:`~.Mobject`

(self)

Source from the content-addressed store, hash-verified

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`."""

Callers 10

is_off_screenMethod · 0.95
test_zoomFunction · 0.45
test_tex_sizeFunction · 0.45
test_tex_sizeFunction · 0.45
is_in_frameMethod · 0.45
_add_horizontal_linesMethod · 0.45
_add_vertical_linesMethod · 0.45
get_cellMethod · 0.45
__init__Method · 0.45

Calls 1

get_edge_centerMethod · 0.95

Tested by 4

test_zoomFunction · 0.36
test_tex_sizeFunction · 0.36
test_tex_sizeFunction · 0.36