SmoothedVectorizedHomotopy

Qualified name: manim.animation.movement.SmoothedVectorizedHomotopy

class SmoothedVectorizedHomotopy(mobject=None, *args, use_override=True, **kwargs)[source]

Bases: Homotopy

Methods

interpolate_submobject

Attributes

run_time

Parameters:
  • homotopy (Callable[[float, float, float, float], tuple[float, float, float]])

  • mobject (Mobject)

  • run_time (float)

  • apply_function_kwargs (dict[str, Any] | None)

_original__init__(homotopy, mobject, run_time=3, apply_function_kwargs=None, **kwargs)

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

Parameters:
  • homotopy (Callable[[float, float, float, float], tuple[float, float, float]])

  • mobject (Mobject)

  • run_time (float)

  • apply_function_kwargs (dict[str, Any] | None)

Return type:

None