Skip to contents

A function mapping t to (x,y,z).

Super classes

manimR::MObject -> manimR::VMobject -> ParametricFunction

Methods

Inherited methods


Method new()

Usage

ParametricFunction$new(t_func, t_range = c(0, 1, 0.01), color = "#FFFFFF", ...)


Method generate_points()

Usage

ParametricFunction$generate_points()


Method clone()

The objects of this class are cloneable with this method.

Usage

ParametricFunction$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.