Skip to contents

A line tangent to a VMobject at a given proportion.

Super classes

manimR::MObject -> manimR::VMobject -> manimR::Line -> TangentLine

Methods

Inherited methods


Method new()

Create a tangent line

Usage

TangentLine$new(vmobject, alpha, length = 1, color = WHITE, ...)

Arguments

vmobject

The VMobject to be tangent to

alpha

Proportion along the path (0-1)

length

Line length

color

Color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

TangentLine$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.