Skip to contents

A filled sector (pie slice) of a circle.

Super classes

manimR::MObject -> manimR::VMobject -> manimR::Arc -> Sector

Methods

Public methods

Inherited methods


Method new()

Create a new Sector

Usage

Sector$new(
  radius = 1,
  start_angle = 0,
  angle = TAU/4,
  color = WHITE,
  fill_color = NULL,
  fill_opacity = 0.5,
  ...
)

Arguments

radius

Radius

start_angle

Start angle

angle

Sweep angle

color

Color

fill_color

Fill color

fill_opacity

Fill opacity

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

Sector$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.