Skip to content

Commit 7c613f2

Browse files
committed
Add 'See also' in VMobject.align_points docs
1 parent e0e30b1 commit 7c613f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manim/mobject/types/vectorized_mobject.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,11 @@ def align_points(self, vmobject: VMobject) -> Self:
17201720
-------
17211721
:class:`VMobject`
17221722
``self``
1723+
1724+
See also
1725+
--------
1726+
:meth:`~.Mobject.interpolate`, :meth:`~.Mobject.align_data`
1727+
17231728
"""
17241729
self.align_rgbas(vmobject)
17251730
# TODO: This shortcut can be a bit over eager. What if they have the same length, but different subpath lengths?

0 commit comments

Comments
 (0)