MandelbrotPyramid

Description

sealed class Tinman.AddOns.Pyramids.MandelbrotPyramid

Derived from

PixelPyramid abstract

Full source code is included in the Tinman 3D SDK download.

A pixel pyramid that computes colorful Mandelbrot samples.

Public / Constructors

Mandelbrot​Pyramid


public constructor MandelbrotPyramid → (1)

levels opt : int32 = 23

[1..23]
The number of pyramid levels.

Creates a new instance of MandelbrotPyramid.

Public / Attributes

Mandelbrot


public attribute Mandelbrot → (get)

value : Mandelbrot

[not-null]
The Mandelbrot object.

Returns the helper object that computes Mandelbrot samples.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<IPixelPyramid>

[not-null]
The configurator object.

The configurator object for this type.