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

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

ApplyPointwiseFunction

Qualified name: manim.animation.transform.ApplyPointwiseFunction

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

Bases: ApplyMethod

Animation that applies a pointwise function to a mobject.

Examples

Methods

Attributes

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

_original__init__(function, mobject, run_time=3.0, **kwargs)

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

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