Rotates a mobject by a given angle over time.
Distinct from VMobject$rotate() which is an immediate transform.
Super class
manimR::Animation -> RotateAnim
Public fields
angleTotal rotation angle in radians
axisRotation axis (for 3D)
about_pointCenter of rotation (NULL = mobject center)
Methods
Method new()
Create a Rotate animation
Usage
RotateAnim$new(
mobject,
angle = PI,
axis = c(0, 0, 1),
about_point = NULL,
run_time = 1,
rate_func = "smooth",
...
)