text
stringlengths
2.1k
15.6k
strings; ``Sequence[Union[:class:`str`, :class:`int`]]`` for a sequence of integers or strings." msgstr "" #: ../../source/contributing/references.rst:121 msgid "If you EXPLICITLY REQUIRE it to be a ``list`` for some reason, then use ``List[type]``, where ``type`` is the type that any element in the list will have. It ...
msgstr "" #: ../../source/contributing/testing.rst:42 msgid "Videos format tests:" msgstr "" #: ../../source/contributing/testing.rst:44 msgid "As Manim is a video library, we have to test videos as well. Unfortunately, we cannot directly test video content as rendered videos can differ slightly depending on the system...
to set ``last_frame=False`` in the parameters.**" msgstr "" #: ../../source/contributing/testing.rst:199 msgid "You can also specify, when needed, which base scene you need (ThreeDScene, for example) :" msgstr "" #: ../../source/contributing/testing.rst:208 msgid "Feel free to check the documentation of ``@frames_compa...
"This section is still a work in progress." msgstr "" #: ../../source/contributing/typings.rst:11 msgid "If you've never used type hints before, this is a good place to get started: https://realpython.com/python-type-checking/#hello-types." msgstr "" #: ../../source/contributing/typings.rst:14 msgid "When adding type h...
versions. See {ref}`this FAQ answer <different-versions>` for an explanation regarding why there are different versions. Under the assumption that you are trying to use the `manim` executable from the terminal to run a scene that has been written for the community version (i.e., there is `from manim import *`, or more ...
creator ran command X, but it does not work for me. Why?" msgstr "" #: ../../source/faq/general.md:74 msgid "The video you have been watching is likely outdated. If you want to follow along, you either need to use the same version used in the video, or modify the code (in many cases it is just a method having been rena...
"" #: ../../source/faq/general.md:167 msgid "Second, check whether your ``dvisvgm`` supports PostScript specials. This is needed to convert from PDF to SVG. Run:" msgstr "" #: ../../source/faq/general.md:174 msgid "If the output to this command does **not** contain `ps dvips PostScript specials`, this is a bad sign. In...
"" #: ../../source/faq/help.md:12 msgid "If this is not the case, please take a moment to properly prepare your question: the better you manage to explain what exactly it is you are struggling with, the more efficient people will be able to help you. Regardless of the platform you choose in the next step, StackOverflow...
communication channels (and in particular for Discord: please don't use multiple help channels at once)." msgstr "" #: ../../source/faq/help.md:59 msgid "In the end, it is as for most open-source projects: our community members are volunteers. If you do not receive a quick answer to your question, it may be because nob...
used to run the library up to and including the last line with the error message. Read carefully: if the message mentions that there is another relevant log file, include this other file as well!" msgstr "" #: ../../source/faq/help.md:112 msgid "I have an idea for a really cool feature that should be implemented, where...
install the exact version from the time the project was created from source." msgstr "" #: ../../source/faq/installation.md:40 msgid "Which version should I use?" msgstr "" #: ../../source/faq/installation.md:42 msgid "We recommend the community maintained version especially for beginners. It has been developed to be m...
#: ../../source/faq/installation.md:84 msgid "Similarly, you can use `python -m pip install <package name>` and `python -m pip uninstall <package name>` to install and uninstall packages from that list, respectively." msgstr "" #: ../../source/faq/installation.md:90 msgid "I am following the video guide X to install Ma...
sure that you were running the command with administrator permissions, otherwise there can be problems. If this is not the issue, read Chocolatey's output carefully, it should mention a `.log` file containing information why the process failed." msgstr "" #: ../../source/faq/installation.md:145 msgid "You are welcome t...
invocation via `command-line arguments`_, or at the time the library is first imported via `the config files`_." msgstr "" #: ../../source/guides/configuration.rst:11 msgid "The most common, simplest, and recommended way to configure Manim is via the command-line interface (CLI), which is described directly below." msg...
config options. All of the other ways of setting config options ultimately change the values of the global ``config`` object." msgstr "" #: ../../source/guides/configuration.rst:118 msgid "The following example illustrates the video resolution chosen for examples rendered in our documentation with a reference frame." m...
directory, even if it exists. In this way, the user may keep different config files for different scenes or projects, and execute them with the right configuration from anywhere in the system." msgstr "" #: ../../source/guides/configuration.rst:207 msgid "The file described here is called the **folder-wide** config fil...
files will override the library-wide file. This is referred to as the *cascading* config file system." msgstr "" #: ../../source/guides/configuration.rst:289 msgid "**The user should not try to modify the library-wide file**. Contributors should receive explicit confirmation from the core developer team before modifyin...
msgstr "" #: ../../source/guides/configuration.rst:371 msgid "Entering ``manim``, or ``manim --help``, will open the main help page." msgstr "" ================================================ FILE: docs/i18n/gettext/guides/index.pot ================================================ msgid "" msgstr "" "Project-Id-Versio...
../../source/guides/using_text.rst:142 msgid ":attr:`~Text.t2c` accepts two types of dictionaries," msgstr "" #: ../../source/guides/using_text.rst:144 msgid "The keys can contain indices like ``[2:-1]`` or ``[4:8]``, this works similar to how `slicing <https://realpython.com/python-strings/#string-slicing>`_ works in ...
that have special meaning within a regular python string. An alternative would have been to write ``\\\\`` to escape the backslash: ``Tex('\\\\LaTeX')``." msgstr "" #: ../../source/guides/using_text.rst:320 msgid "Working with :class:`~.MathTex`" msgstr "" #: ../../source/guides/using_text.rst:322 msgid "Everything pas...
../../source/guides/using_text.rst:449 msgid "You might sometimes be working with a very complicated :class:`~.MathTex` mobject that makes it difficult to work with its individual components. This is where the debugging function :func:`.index_labels` is very useful." msgstr "" #: ../../source/guides/using_text.rst:453 ...
#: ../../source/installation/docker.rst:51 msgid "to obtain an interactive shell inside your container allowing you to, e.g., install further dependencies (like texlive packages using ``tlmgr``). Exit the container as soon as you are satisfied. Then, before using it, start the container by running" msgstr "" #: ../../s...
you will have to take care of that every time you start a new notebook in Google Colab. Fortunately, this is not particularly difficult." msgstr "" #: ../../source/installation/jupyter.rst:63 msgid "After creating a new notebook, paste the following code block in a cell, then execute it." msgstr "" #: ../../source/inst...
repository which you have to configure first – please consult https://rpmfusion.org/Configuration/ for instructions. Then, install FFmpeg:" msgstr "" #: ../../source/installation/linux.rst:83 msgid "At this point you have all required dependencies and can install Manim by running:" msgstr "" #: ../../source/installatio...
install Manim." msgstr "" #: ../../source/installation/macos.rst:49 msgid "A frequent source for installation problems is if ``pip3`` does not point to the correct Python installation on your system. To check this, run ``pip3 -V``: for MacOS Intel, the path should start with ``/usr/local``, and for Apple Silicon with `...
#: ../../source/installation/windows.rst:28 msgid "Manim can be instled via Chocolatey simply by running:" msgstr "" #: ../../source/installation/windows.rst:34 msgid "That's it, no further steps required. You can continue with installing the :ref:`optional dependencies <win-optional-dependencies>` below." msgstr "" #:...
site, or by using the package manager of your choice (Chocolatey: ``choco install miktex.install``, Scoop: ``scoop install latex``)." msgstr "" #: ../../source/installation/windows.rst:120 msgid "If you are concerned about disk space, there are some alternative, smaller distributions of LaTeX." msgstr "" #: ../../sourc...
msgid "Manim's logger can be accessed as ``manim.logger``, or as ``logging.getLogger(\"manim\")``, once the library has been imported. Manim also exports a second object, ``console``, which should be used to print on screen messages that need not be logged." msgstr "" #: ../../../manim/_config/logger_utils.py:docstring...
charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../source/reference/manim._config.utils.ManimConfig.rst:2 msgid "ManimConfig" msgstr "" #: ../../source/reference/manim._config.utils.ManimConfig.rst:4 msgid "Qualified name: ``manim.\\_config.utils.ManimConfig``" msgstr "" #: ../../../manim/_config/utils.py:do...
scene, it needs to be placed in the same directory as the script," msgstr "" #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig:79 msgid "Now, when the user executes" msgstr "" #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig:85 msgid "the background of the sc...
../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig.gui_location:1 msgid "Enable GUI interaction." msgstr "" #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig.aspect_ratio:1:<autosummary>:1 #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimCo...
"Directory to place partial movie files (no flag)." msgstr "" #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig.aspect_ratio:1:<autosummary>:1 #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig.pixel_height:1 msgid "Frame height in pixels (--resolution, -r)." m...
with transformation matrices." msgstr "" #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig.aspect_ratio:1:<autosummary>:1 #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig.verbosity:1 msgid "Logger verbosity; \"DEBUG\", \"INFO\", \"WARNING\", \"ERROR\", or \"C...
one or many ``.cfg`` files. In particular, it may reflect the contents of multiple files that have been parsed in a cascading fashion." msgstr "" #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig.digest_parser:19 msgid "If there are multiple ``.cfg`` files to process, it is always more eff...
on ``media_dir``:" msgstr "" #: ../../../manim/_config/utils.py:docstring of manim._config.utils.ManimConfig.get_dir:84 msgid "Standard f-string syntax is used. Arbitrary names can be used when defining directories, as long as the corresponding values are passed to :meth:`ManimConfig.get_dir` via ``kwargs``." msgstr ""...
of manim._config.utils:3 msgid "The main class exported by this module is :class:`ManimConfig`. This class contains all configuration options, including frame geometry (e.g. frame height/width, frame rate), output (e.g. directories, logging), styling (e.g. background color, transparency), and general behavior (e.g. wri...
files that were found. It is guaranteed to contain at least the config options found in the library-wide file." msgstr "" ================================================ FILE: docs/i18n/gettext/reference/manim.animation.animation.Animation.pot ================================================ msgid "" msgstr "" "Projec...
manim.animation.animation.Animation:26 msgid "remover" msgstr "" #: ../../../manim/animation/animation.py:docstring of manim.animation.animation.Animation:27 msgid "Whether the given mobject should be removed from the scene after this animation." msgstr "" #: ../../../manim/animation/animation.py:docstring of manim.ani...
#: ../../../manim/animation/animation.py:docstring of manim.animation.animation.Animation.begin:0 #: ../../../manim/animation/animation.py:docstring of manim.animation.animation.Animation.clean_up_from_scene:0 #: ../../../manim/animation/animation.py:docstring of manim.animation.animation.Animation.copy:0 #: ../../../m...
of manim.animation.animation.Animation.set_run_time:3 msgid "The new time the animation should take in seconds." msgstr "" #: ../../../manim/animation/animation.py:docstring of manim.animation.animation.Animation.set_run_time:4 msgid "The run_time of an animation should not be changed while it is already running." msgs...
../../../manim/animation/animation.py:docstring of manim.animation.animation.Wait.begin:1:<autosummary>:1 #: ../../../manim/animation/animation.py:docstring of manim.animation.animation.Wait.begin:1 msgid "Begin the animation." msgstr "" #: ../../../manim/animation/animation.py:docstring of manim.animation.animation.Wa...
:py:class:`manim.mobject.types.vectorized_mobject.VMobject`" msgstr "" #: ../../../manim/animation/changing.py:docstring of manim.animation.changing.TracedPath:1 msgid "Traces the path of a point returned by a function call." msgstr "" #: ../../../manim/animation/changing.py:docstring of manim.animation.changing.Traced...
the animation is over." msgstr "" #: ../../../manim/animation/composition.py:docstring of manim.animation.composition.AnimationGroup.get_all_mobjects:3 msgid "Ordering must match the ordering of arguments to interpolate_submobject" msgstr "" #: ../../../manim/animation/composition.py:docstring of manim.animation.compos...
8bit\n" #: ../../source/reference/manim.animation.creation.AddTextLetterByLetter.rst:2 msgid "AddTextLetterByLetter" msgstr "" #: ../../source/reference/manim.animation.creation.AddTextLetterByLetter.rst:4 msgid "Qualified name: ``manim.animation.creation.AddTextLetterByLetter``" msgstr "" #: ../../../manim/animation/c...
from a scene." msgstr "" #: ../../source/reference/manim.animation.creation.rst:15 msgid "Classes" msgstr "" #: ../../source/reference/manim.animation.creation.rst:40:<autosummary>:1 msgid "Show a :class:`~.Text` letter by letter on the scene." msgstr "" #: ../../source/reference/manim.animation.creation.rst:40:<autosu...
FILE: docs/i18n/gettext/reference/manim.animation.creation.SpiralIn.pot ================================================ msgid "" msgstr "" "Project-Id-Version: Manim \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../source/reference/manim.animation.creat...
is called right as an animation is being played. As much initialization as possible, especially any mobject copying, should live in this method." msgstr "" #: ../../../manim/animation/creation.py:docstring of manim.animation.creation.Write.begin:0 #: ../../../manim/animation/creation.py:docstring of manim.animation.cre...
../../../manim/animation/fading.py:docstring of manim.animation.fading:1 msgid "Fading in and out of view." msgstr "" #: ../../source/reference/manim.animation.fading.rst:15 msgid "Classes" msgstr "" #: ../../source/reference/manim.animation.fading.rst:22:<autosummary>:1 msgid "Fade in :class:`~.Mobject` s." msgstr "" ...
"Bases: :py:class:`manim.animation.transform.Transform`" msgstr "" #: ../../../manim/animation/growing.py:docstring of manim.animation.growing.GrowFromPoint:1 msgid "Introduce an :class:`~.Mobject` by growing it from a point." msgstr "" #: ../../../manim/animation/growing.py:docstring of manim.animation.growing.GrowFro...
wave nudges points of the shape" msgstr "" #: ../../../manim/animation/indication.py:docstring of manim.animation.indication.ApplyWave:5 msgid "The distance points of the shape get shifted" msgstr "" #: ../../../manim/animation/indication.py:docstring of manim.animation.indication.ApplyWave:6 msgid "The function defini...
of manim.animation.indication.Flash:7 msgid "The stroke width of the flash lines." msgstr "" #: ../../../manim/animation/indication.py:docstring of manim.animation.indication.Flash:8 msgid "The color of the flash lines." msgstr "" #: ../../../manim/animation/indication.py:docstring of manim.animation.indication.Flash:9...
"" #: ../../source/reference/manim.animation.indication.rst:15 msgid "Classes" msgstr "" #: ../../source/reference/manim.animation.indication.rst:36:<autosummary>:1 msgid "Send a wave through the Mobject distorting it temporarily." msgstr "" #: ../../source/reference/manim.animation.indication.rst:36:<autosummary>:1 ms...
by which the mobject will be temporarily scaled." msgstr "" #: ../../../manim/animation/indication.py:docstring of manim.animation.indication.Wiggle:6 msgid "The wiggle angle." msgstr "" #: ../../../manim/animation/indication.py:docstring of manim.animation.indication.Wiggle:7 msgid "The number of wiggles." msgstr "" #...
msgid "Parameters" msgstr "" #: ../../../manim/animation/movement.py:docstring of manim.animation.movement.MoveAlongPath.interpolate_mobject:3 msgid "A float between 0 and 1 expressing the ratio to which the animation is completed. For example, alpha-values of 0, 0.5, and 1 correspond to the animation being completed 0...
"" "Project-Id-Version: Manim \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../source/reference/manim.animation.numbers.rst:2 msgid "numbers" msgstr "" #: ../../../manim/animation/numbers.py:docstring of manim.animation.numbers:1 msgid "Animations for ch...
default ORIGIN." msgstr "" #: ../../../manim/animation/specialized.py:docstring of manim.animation.specialized.Broadcast:5 msgid "The number of mobjects that emerge from the focal point, by default 5." msgstr "" #: ../../../manim/animation/specialized.py:docstring of manim.animation.specialized.Broadcast:6 msgid "The s...
the animation progress." msgstr "" #: ../../source/reference/manim.animation.speedmodifier.ChangeSpeed.rst:27:<autosummary>:1 msgid "Updates things like starting_mobject, and (for Transforms) target_mobject." msgstr "" #: ../../source/reference/manim.animation.speedmodifier.ChangeSpeed.rst:29 msgid "Attributes" msgstr ...
docs/i18n/gettext/reference/manim.animation.transform.ApplyMatrix.pot ================================================ msgid "" msgstr "" "Project-Id-Version: Manim \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../source/reference/manim.animation.transfo...
played. As much initialization as possible, especially any mobject copying, should live in this method." msgstr "" ================================================ FILE: docs/i18n/gettext/reference/manim.animation.transform.ClockwiseTransform.pot ================================================ msgid "" msgstr "" "Proj...
with the length of the starting :class:`~.Mobject` in x, y, and z direction, respectively." msgstr "" #: ../../../manim/animation/transform.py:docstring of manim.animation.transform.FadeTransform:12 msgid "Further keyword arguments are passed to the parent class." msgstr "" #: ../../../manim/animation/transform.py:docs...
the original mobject into the modified one stored in the :attr:`target` attribute." msgstr "" #: ../../../manim/animation/transform.py:docstring of manim.animation.transform.MoveToTarget:9 msgid "Examples" msgstr "" #: ../../source/reference/manim.animation.transform.MoveToTarget.rst:14 msgid "Methods" msgstr "" #: ../...
save the state of a mobject, use the :meth:`~.Mobject.save_state` method." msgstr "" #: ../../../manim/animation/transform.py:docstring of manim.animation.transform.Restore:6 msgid "Examples" msgstr "" #: ../../source/reference/manim.animation.transform.Restore.rst:14 msgid "Methods" msgstr "" #: ../../source/reference...
If this is set and ``path_func`` is not set, then a ``path_along_circles`` path will be generated using the ``path_arc`` parameters and stored in ``path_func``. If ``path_func`` is set, this and the other ``path_arc`` fields are set as attributes, but a ``path_func`` is not generated from it." msgstr "" #: ../../../man...
animation progress." msgstr "" #: ../../source/reference/manim.animation.transform.TransformAnimations.rst:22 msgid "Attributes" msgstr "" #: ../../../manim/animation/transform.py:docstring of manim.animation.transform.TransformAnimations.interpolate:3 msgid "This method gets called for every frame during an animation....
into each other by using :class:`~.FadeTransform`. Default: ``False``." msgstr "" #: ../../../manim/animation/transform_matching_parts.py:docstring of manim.animation.transform_matching_parts.TransformMatchingAbstractBase:18 msgid "Optional. A dictionary mapping keys belonging to some of the starting mobject's submobje...
"Functions" msgstr "" #: ../../../manim/animation/updaters/mobject_update_utils.py:docstring of manim.animation.updaters.mobject_update_utils.f_always:1 msgid "More functional version of always, where instead of taking in args, it takes in functions which output the relevant arguments." msgstr "" #: ../../../manim/anim...
mobject is dependent on another simultaneously animated mobject" msgstr "" #: ../../source/reference/manim.animation.updaters.update.UpdateFromFunc.rst:14 msgid "Methods" msgstr "" #: ../../../manim/animation/updaters/update.py:docstring of manim.animation.updaters.update.UpdateFromFunc.interpolate_mobject:1:<autosumma...
../../source/reference/manim.camera.camera.Camera.rst:4 msgid "Qualified name: ``manim.camera.camera.Camera``" msgstr "" #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera:1 msgid "Bases: :py:class:`object`" msgstr "" #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera:1 m...
msgstr "" #: ../../source/reference/manim.camera.camera.Camera.rst:63:<autosummary>:1 #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera.capture_mobjects:1 msgid "Capture mobjects by printing them on :attr:`pixel_array`." msgstr "" #: ../../source/reference/manim.camera.camera.Camera.rst:63:<aut...
of manim.camera.camera.Camera.overlay_PIL_image:1 msgid "Overlays a PIL image on the passed pixel array." msgstr "" #: ../../source/reference/manim.camera.camera.Camera.rst:63:<autosummary>:1 #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera.overlay_rgba_array:1 msgid "Overlays an RGBA array on...
../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera.on_screen_pixels:0 #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera.reset:0 #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera.set_cairo_context_color:0 #: ../../../manim/camera/camera.py:docstring ...
modifying the Pixel array suitably.. TODO: Write a description for the rgbas argument. :param pmobject: Point Cloud Mobject :type pmobject: PMobject :param points: The points to display in the point cloud mobject :type points: list :param rgbas: :type rgbas: np.array :param thickness: The thickness of each point of the...
msgid "The function whose input is an (x,y) pair of coordinates and whose return values must be the colors for that point" msgstr "" #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera.make_background_from_func:9 msgid "The pixel array which can then be passed to set_background." msgstr "" #: ../...
of." msgstr "" #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera.type_or_raise:15 msgid "The type of mobjects, if it can be rendered." msgstr "" #: ../../../manim/camera/camera.py:docstring of manim.camera.camera.Camera.type_or_raise:16 msgid "Type[:class:`~.Mobject`]" msgstr "" #: ../../../man...
converting to valid RGB values." msgstr "" #: ../../source/reference/manim.camera.mapping_camera.OldMultiCamera.rst:23:<autosummary>:1 #: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.set_pixel_array:1 msgid "Sets the pixel array of the camera to the passed pixel array....
Mobject, (should almost certainly be a rectangle) determining which region of space the camera displays" msgstr "" #: ../../source/reference/manim.camera.moving_camera.MovingCamera.rst:14 msgid "Methods" msgstr "" #: ../../source/reference/manim.camera.moving_camera.MovingCamera.rst:24:<autosummary>:1 #: ../../../manim...
to capture." msgstr "" #: ../../../manim/camera/moving_camera.py:docstring of manim.camera.moving_camera.MovingCamera.capture_mobjects:8 msgid "Keyword arguments to be passed to :meth:`get_mobjects_to_display`." msgstr "" #: ../../../manim/camera/moving_camera.py:docstring of manim.camera.moving_camera.MovingCamera.cap...
msgstr "" #: ../../../manim/camera/multi_camera.py:docstring of manim.camera.multi_camera.MultiCamera.get_mobjects_indicating_movement:0 #: ../../../manim/camera/multi_camera.py:docstring of manim.camera.multi_camera.MultiCamera.reset:0 msgid "Return type" msgstr "" #: ../../../manim/camera/multi_camera.py:docstring of...
current position of the camera." msgstr "" #: ../../source/reference/manim.camera.three_d_camera.ThreeDCamera.rst:45:<autosummary>:1 #: ../../../manim/camera/three_d_camera.py:docstring of manim.camera.three_d_camera.ThreeDCamera.get_stroke_rgbas:1 msgid "Gets the RGBA array for the stroke of the passed VMobject." msgs...
mobject whose orientation must be fixed." msgstr "" #: ../../../manim/camera/three_d_camera.py:docstring of manim.camera.three_d_camera.ThreeDCamera.add_fixed_orientation_mobjects:9 msgid "Whether or not to use the function that takes the mobject's center as centerpoint, by default False" msgstr "" #: ../../../manim/ca...
msgstr "" #: ../../../manim/camera/three_d_camera.py:docstring of manim.camera.three_d_camera.ThreeDCamera.get_value_trackers:3 msgid "list of ValueTracker objects" msgstr "" #: ../../../manim/camera/three_d_camera.py:docstring of manim.camera.three_d_camera.ThreeDCamera.get_zoom:3 #: ../../../manim/camera/three_d_came...
================================================ FILE: docs/i18n/gettext/reference/manim.mobject.changing.AnimatedBoundary.pot ================================================ ================================================ FILE: docs/i18n/gettext/reference/manim.mobject.changing.pot ==================================...
of any method of :code:`self`." msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.AnnotationDot.rst:32:<autosummary>:1 msgid "The depth of the mobject." msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.AnnotationDot.rst:32:<autosummary>:1 msgid "If there are multiple colors (for gradient) thi...
therefore the shape." msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.Annulus.rst:23 msgid "Attributes" msgstr "" #: ../../../manim/mobject/geometry/arc.py:docstring of manim.mobject.geometry.arc.Annulus.generate_points:1:<autosummary>:1 msgid "Used to animate the application of any method of :code:`self...
"" #: ../../../manim/mobject/geometry/arc.py:docstring of manim.mobject.geometry.arc.ArcPolygon:1 msgid "Bases: :py:class:`manim.mobject.types.vectorized_mobject.VMobject`" msgstr "" #: ../../../manim/mobject/geometry/arc.py:docstring of manim.mobject.geometry.arc.ArcPolygon:1 msgid "A generalized polygon allowing for ...
of manim.mobject.geometry.arc.ArcPolygonFromArcs:1 msgid "Bases: :py:class:`manim.mobject.types.vectorized_mobject.VMobject`" msgstr "" #: ../../../manim/mobject/geometry/arc.py:docstring of manim.mobject.geometry.arc.ArcPolygonFromArcs:1 msgid "A generalized polygon allowing for points to be connected with arcs." msgs...
"Methods" msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.ArcPolygonFromArcs.rst:21 msgid "Attributes" msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.ArcPolygonFromArcs.rst:32:<autosummary>:1 msgid "Used to animate the application of any method of :code:`self`." msgstr "" #: ../../source/...
msgstr "" #: ../../../manim/mobject/geometry/arc.py:docstring of manim.mobject.geometry.arc.CubicBezier:2 msgid "Example" msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.CubicBezier.rst:14 msgid "Methods" msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.CubicBezier.rst:21 msgid "Attributes"...
animate the application of any method of :code:`self`." msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.Dot.rst:32:<autosummary>:1 msgid "The depth of the mobject." msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.Dot.rst:32:<autosummary>:1 msgid "If there are multiple colors (for gradient)...
../../source/reference/manim.mobject.geometry.arc.rst:2 msgid "arc" msgstr "" #: ../../../manim/mobject/geometry/arc.py:docstring of manim.mobject.geometry.arc:1 msgid "Mobjects that are curved." msgstr "" #: ../../../manim/mobject/geometry/arc.py:docstring of manim.mobject.geometry.arc:4 #: ../../source/reference/mani...
returning information pertaining" msgstr "" #: ../../../manim/mobject/geometry/arc.py:docstring of manim.mobject.geometry.arc.TipableVMobject:15 msgid "to the TipableVMobject instance's tip(s), its length etc" msgstr "" #: ../../source/reference/manim.mobject.geometry.arc.TipableVMobject.rst:14 msgid "Methods" msgstr "...
"" #: ../../source/reference/manim.mobject.geometry.boolean_ops.Difference.rst:32:<autosummary>:1 msgid "The height of the mobject." msgstr "" ================================================ FILE: docs/i18n/gettext/reference/manim.mobject.geometry.boolean_ops.Exclusion.pot =============================================...
s." msgstr "" ================================================ FILE: docs/i18n/gettext/reference/manim.mobject.geometry.boolean_ops.Union.pot ================================================ msgid "" msgstr "" "Project-Id-Version: Manim \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Tran...
point on line2 is reached. If set to True, the angle will go clockwise from line1 to line2." msgstr "" #: ../../../manim/mobject/geometry/line.py:docstring of manim.mobject.geometry.line.Angle:15 msgid "Allows for a :class:`Dot` in the arc. Mainly used as an convention to indicate a right angle. The dot can be customiz...
quadrant=(-1,-1), color=RED, other_angle=True)," msgstr "" #: ../../../manim/mobject/geometry/line.py:docstring of manim.mobject.geometry.line.Angle.from_three_points:0 #: ../../../manim/mobject/geometry/line.py:docstring of manim.mobject.geometry.line.Angle.get_lines:0 #: ../../../manim/mobject/geometry/line.py:docstr...
"Project-Id-Version: Manim \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../source/reference/manim.mobject.geometry.line.DashedLine.rst:2 msgid "DashedLine" msgstr "" #: ../../source/reference/manim.mobject.geometry.line.DashedLine.rst:4 msgid "Qualified...
of the mobject." msgstr "" ================================================ FILE: docs/i18n/gettext/reference/manim.mobject.geometry.line.Elbow.pot ================================================ msgid "" msgstr "" "Project-Id-Version: Manim \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Conten...
#: ../../../manim/mobject/geometry/line.py:docstring of manim.mobject.geometry.line:1 msgid "Mobjects that are lines or variations of them." msgstr "" #: ../../source/reference/manim.mobject.geometry.line.rst:15 msgid "Classes" msgstr "" #: ../../source/reference/manim.mobject.geometry.line.rst:36:<autosummary>:1 msgid...
"Methods" msgstr "" #: ../../source/reference/manim.mobject.geometry.line.TangentLine.rst:21 msgid "Attributes" msgstr "" #: ../../source/reference/manim.mobject.geometry.line.TangentLine.rst:32:<autosummary>:1 msgid "Used to animate the application of any method of :code:`self`." msgstr "" #: ../../source/reference/ma...
manim.mobject.geometry.polygram.Cutout:5 msgid "The smaller shapes which are to be cut out of the ``main_shape``." msgstr "" #: ../../../manim/mobject/geometry/polygram.py:docstring of manim.mobject.geometry.polygram.Cutout:7 msgid "Further keyword arguments that are passed to the constructor of :class:`~.VMobject`." m...