manim/docs/i18n/gettext/reference/manim.mobject.graphing.functions.ImplicitFunction.pot
Benjamin Hackl e147a9fc6c
Prepared new release, `v0.15.0` (#2547)
* bump version number

* update docs, citation, citation template

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* removed dependabot from contributor list

* generated changelog, second pass

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* generated changelog, third pass

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* generated changelog, fourth pass

* regenerated changelog, fifth pass

* fixed minor issues in generated changelog

* updated translations

* added one final PR to the release

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-02-26 21:26:45 +01:00

104 lines
4.5 KiB
Text

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.mobject.graphing.functions.ImplicitFunction.rst:2
msgid "ImplicitFunction"
msgstr ""
#: ../../source/reference/manim.mobject.graphing.functions.ImplicitFunction.rst:4
msgid "Qualified name: ``manim.mobject.graphing.functions.ImplicitFunction``"
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:1
msgid "Bases: :py:class:`manim.mobject.types.vectorized_mobject.VMobject`"
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:1
msgid "An implicit function."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:0
msgid "Parameters"
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:3
msgid "The implicit function in the form ``f(x, y) = 0``."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:4
msgid "The x min and max of the function."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:5
msgid "The y min and max of the function."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:6
msgid "The minimum depth of the function to calculate."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:7
msgid "The maximum number of quads to use."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:8
msgid "Whether or not to smoothen the curves."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:9
msgid "Additional parameters to pass into :class:`VMobject`"
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:12
msgid "A small ``min_depth`` :math:`d` means that some small details might be ignored if they don't cross an edge of one of the :math:`4^d` uniform quads."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:16
msgid "The value of ``max_quads`` strongly corresponds to the quality of the curve, but a higher number of quads may take longer to render."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction:21
msgid "Examples"
msgstr ""
#: ../../source/reference/manim.mobject.graphing.functions.ImplicitFunction.rst:14
msgid "Methods"
msgstr ""
#: ../../source/reference/manim.mobject.graphing.functions.ImplicitFunction.rst:21:<autosummary>:1
#: ../../source/reference/manim.mobject.graphing.functions.ImplicitFunction.rst:21:<autosummary>:1
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction.generate_points:1
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction.generate_points:1
msgid "Initializes :attr:`points` and therefore the shape."
msgstr ""
#: ../../source/reference/manim.mobject.graphing.functions.ImplicitFunction.rst:23
msgid "Attributes"
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction.generate_points:1:<autosummary>:1
msgid "Used to animate the application of any method of :code:`self`."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction.generate_points:1:<autosummary>:1
msgid "The depth of the mobject."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction.generate_points:1:<autosummary>:1
msgid "If there are multiple colors (for gradient) this returns the first one"
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction.generate_points:1:<autosummary>:1
msgid "The height of the mobject."
msgstr ""
#: ../../../manim/mobject/graphing/functions.py:docstring of manim.mobject.graphing.functions.ImplicitFunction.generate_points:1:<autosummary>:1
msgid "The width of the mobject."
msgstr ""