Skip to contents

An arc with an arrowhead tip.

Super classes

manimR::MObject -> manimR::VMobject -> CurvedArrow

Methods

Inherited methods


Method new()

Create a new CurvedArrow

Usage

CurvedArrow$new(start = LEFT, end = RIGHT, angle = TAU/4, color = WHITE, ...)

Arguments

start

Start point

end

End point

angle

Arc angle

color

Color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

CurvedArrow$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.