params

package
v0.0.0-...-a31fb98 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const Bottom = -1.0
View Source
const Height = 600
View Source
const Left = -2.0
View Source
const Maxiter = 100
View Source
const Right = 1.0
View Source
const Top = 1.0
View Source
const Width = 900

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageParams

type ImageParams struct {
	Left    float64
	Right   float64
	Top     float64
	Bottom  float64
	Width   int
	Height  int
	MaxIter int
	Palette palettes.Colors
	Power   float64
	Type    string
	Orbits  []Orbit
}

type Orbit

type Orbit interface {
	GetOrbitFastValue(z complex128) float64
	GetOrbitValue(v float64) float64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL