Skip to contents

An equilateral triangle.

Methods

Inherited methods


Method new()

Create a new Triangle

Usage

Triangle$new(color = WHITE, ...)

Arguments

color

Color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

Triangle$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.