Skip to contents

Applies a complex-valued function to the mobject's points, treating (x, y) as real and imaginary parts.

Super classes

manimR::Animation -> manimR::Transform -> manimR::ApplyFunction -> ApplyComplexFunction

Methods

Inherited methods


Method new()

Create an ApplyComplexFunction animation

Usage

ApplyComplexFunction$new(
  mobject,
  complex_func,
  run_time = 1,
  rate_func = "smooth",
  ...
)

Arguments

mobject

VMobject

complex_func

A function(complex) -> complex

run_time

Duration

rate_func

Easing

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

ApplyComplexFunction$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.