Skip to contents

A regular tetrahedron (4 equilateral triangular faces).

Super classes

manimR::MObject -> manimR::VMobject -> manimR::ThreeDVMobject -> Tetrahedron

Public fields

edge_length

Edge length

Methods

Inherited methods


Method new()

Create a regular Tetrahedron

Usage

Tetrahedron$new(edge_length = 2, color = GREEN, 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

Tetrahedron$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.