z-agent / papers-context /agent_workspace /manim_docs /reference /manim.animation.transform.ApplyPointwiseFunctionToCenter.md
A newer version of the Gradio SDK is available: 6.20.0
ApplyPointwiseFunctionToCenter
Qualified name: manim.animation.transform.ApplyPointwiseFunctionToCenter
class ApplyPointwiseFunctionToCenter(mobject=None, *args, use_override=True, **kwargs)
Bases: ApplyPointwiseFunction
Methods
begin |
Begin the animation. |
|---|
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
begin()
Begin the animation.
This method is called right as an animation is being played. As much initialization as possible, especially any mobject copying, should live in this method.
- Return type: None