Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageOrbit ¶
type ImageOrbit struct { Distances map[Coords]float64 Translation float64 Factor float64 Width int Height int }
func CreateImageOrbit ¶
func CreateImageOrbit(params params.ImageParams, path string, maxvalue float64) (ImageOrbit, error)
func (ImageOrbit) GetOrbitFastValue ¶
func (im ImageOrbit) GetOrbitFastValue(z complex128) float64
func (ImageOrbit) GetOrbitValue ¶
func (im ImageOrbit) GetOrbitValue(v float64) float64
type LineOrbit ¶
type LineOrbit struct { A float64 B float64 C float64 Sqrtab float64 Translation float64 Factor float64 }
func CreateLineOrbit ¶
func (LineOrbit) GetOrbitFastValue ¶
func (l LineOrbit) GetOrbitFastValue(z complex128) float64
func (LineOrbit) GetOrbitValue ¶
type PointOrbit ¶
func CreatePointOrbit ¶
func CreatePointOrbit(x float64, y float64, maxvalue float64) PointOrbit
func (PointOrbit) GetOrbitFastValue ¶
func (p PointOrbit) GetOrbitFastValue(z complex128) float64
func (PointOrbit) GetOrbitValue ¶
func (p PointOrbit) GetOrbitValue(v float64) float64
Click to show internal directories.
Click to hide internal directories.