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
manimR::Animation$copy()manimR::Animation$finish()manimR::Animation$interpolate()manimR::Animation$is_introducer()manimR::Animation$is_remover()manimR::Animation$print()manimR::Animation$to_anim_spec()manimR::Transform$begin()manimR::Transform$get_all_mobjects()manimR::Transform$interpolate_mobject()
Method new()
Create an ApplyComplexFunction animation
Usage
ApplyComplexFunction$new(
mobject,
complex_func,
run_time = 1,
rate_func = "smooth",
...
)