Skip to content

Commit 3ab3555

Browse files
committed
tip block in ArcPolygonFromArcs
1 parent aa75e13 commit 3ab3555

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

manim/mobject/geometry.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,11 +1010,13 @@ class ArcPolygonFromArcs(VMobject):
10101010
sections. Arcs can also be passed as straight lines such as an arc
10111011
initialized with ``angle=0``.
10121012
1013-
Two instances of :class:`ArcPolygon` can be transformed properly into one another as
1014-
well. Be advised that any arc initialized with ``angle=0`` will actually be
1015-
a straight line, so if a straight section should seamlessly
1016-
transform into an arced section or vice versa, initialize the straight section
1017-
with a negligible angle instead (such as ``angle=0.0001``).
1013+
.. tip::
1014+
1015+
Two instances of :class:`ArcPolygon` can be transformed properly into
1016+
one another as well. Be advised that any arc initialized with ``angle=0``
1017+
will actually be a straight line, so if a straight section should seamlessly
1018+
transform into an arced section or vice versa, initialize the straight
1019+
section with a negligible angle instead (such as ``angle=0.0001``).
10181020
10191021
There is an alternative version (:class:`ArcPolygon`) that can be instantiated
10201022
with points.

0 commit comments

Comments
 (0)