z-agent / papers-context /agent_workspace /manim_docs /reference /manim.animation.transform.ApplyPointwiseFunction.md
A newer version of the Gradio SDK is available: 6.20.0
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