Skip to contents

A triangular arrow tip (filled).

Super classes

manimR::MObject -> manimR::VMobject -> ArrowTip

Public fields

tip_length

Length of the tip

tip_width

Width of the tip base

Methods

Inherited methods


Method new()

Create a new ArrowTip

Usage

ArrowTip$new(
  length = DEFAULT_ARROW_TIP_LENGTH,
  width = DEFAULT_ARROW_TIP_WIDTH,
  color = WHITE,
  ...
)

Arguments

length

Tip length

width

Tip width

color

Color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrowTip$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.