Skip to contents

A curly brace used to span a width.

Super classes

manimR::MObject -> manimR::VMobject -> Brace

Methods

Inherited methods


Method new()

Usage

Brace$new(
  obj = NULL,
  direction = c(0, -1, 0),
  width = NULL,
  point_a = NULL,
  point_b = NULL,
  ...
)


Method create_brace()

Usage

Brace$create_brace(p1, p2)


Method clone()

The objects of this class are cloneable with this method.

Usage

Brace$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.