Skip to contents

A regular octahedron (8 equilateral triangular faces).

Super classes

manimR::MObject -> manimR::VMobject -> manimR::ThreeDVMobject -> Octahedron

Public fields

edge_length

Edge length

Methods

Inherited methods


Method new()

Create a regular Octahedron

Usage

Octahedron$new(edge_length = 2, color = PURPLE, fill_opacity = 0.8, ...)

Arguments

edge_length

Edge length

color

Color

fill_opacity

Opacity

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

Octahedron$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.