Skip to contents

A small sphere used as a 3D point indicator.

Methods

Public methods

Inherited methods


Method new()

Create a 3D dot

Usage

Dot3D$new(point = ORIGIN, radius = DEFAULT_DOT_RADIUS, color = WHITE, ...)

Arguments

point

Position c(x, y, z)

radius

Dot radius

color

Dot color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

Dot3D$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.