Skip to contents

A line with arrowhead tips at both ends.

Super classes

manimR::MObject -> manimR::VMobject -> DoubleArrow

Methods

Inherited methods


Method new()

Create a new DoubleArrow

Usage

DoubleArrow$new(
  start = LEFT,
  end = RIGHT,
  tip_length = DEFAULT_ARROW_TIP_LENGTH,
  color = WHITE,
  ...
)

Arguments

start

Start point

end

End point

tip_length

Tip length

color

Color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

DoubleArrow$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.