Skip to contents

An ellipse with independent x and y radii.

Super classes

manimR::MObject -> manimR::VMobject -> manimR::Circle -> Ellipse

Public fields

width

Ellipse width (2 * x_radius)

height

Ellipse height (2 * y_radius)

Methods

Inherited methods


Method new()

Create a new Ellipse

Usage

Ellipse$new(width = 2, height = 1, color = WHITE, ...)

Arguments

width

Width

height

Height

color

Color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

Ellipse$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.