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

Method get_right

manim/mobject/mobject.py:2283–2285  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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

Callers 13

is_off_screenMethod · 0.95
test_zoomFunction · 0.45
test_point_to_coordsFunction · 0.45
test_tex_sizeFunction · 0.45
test_point_to_coordsFunction · 0.45
test_tex_sizeFunction · 0.45
test_get_lines_to_pointFunction · 0.45
is_in_frameMethod · 0.45
_add_horizontal_linesMethod · 0.45
_add_vertical_linesMethod · 0.45
get_cellMethod · 0.45

Calls 1

get_edge_centerMethod · 0.95

Tested by 7

test_zoomFunction · 0.36
test_point_to_coordsFunction · 0.36
test_tex_sizeFunction · 0.36
test_point_to_coordsFunction · 0.36
test_tex_sizeFunction · 0.36
test_get_lines_to_pointFunction · 0.36