z-agent / papers-context /agent_workspace /manim_docs /reference /manim.animation.transform.ApplyComplexFunction.md
ProgramerSalar's picture
fix: track binary files with Git LFS
dc00adb
|
Raw
History Blame Contribute Delete
841 Bytes

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

ApplyComplexFunction

Qualified name: manim.animation.transform.ApplyComplexFunction

class ApplyComplexFunction(mobject=None, *args, use_override=True, **kwargs)

Bases: ApplyMethod

Methods

Attributes

path_arc
path_func
run_time
  • Parameters:
    • function (types.MethodType)
    • mobject (Mobject)

_original__init__(function, mobject, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

  • Parameters:
    • function (MethodType)
    • mobject (Mobject)
  • Return type: None