The cricket Reference Manual

This is the cricket Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:09:29 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cricket

A library for generating and manipulating coherent noise

Author

Michael Fiano <>

Home Page

https://git.mfiano.net/mfiano/cricket

License

MIT

Version

0.1.0

Dependencies
  • arrow-macros (system).
  • cl-cpus (system).
  • lparallel (system).
  • seedable-rng (system).
  • mfiano-utils (system).
  • uiop (system).
  • zpng (system).
Source

cricket.asd.

Child Components

3 Modules

Modules are listed depth-first from the system components tree.


3.2 cricket/modifiers

Dependency

generators (module).

Source

cricket.asd.

Parent Component

cricket (system).

Child Components

3.3 cricket/map

Dependency

modifiers (module).

Source

cricket.asd.

Parent Component

cricket (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 cricket/cricket.asd

Source

cricket.asd.

Parent Component

cricket (system).

ASDF Systems

cricket.


4.1.2 cricket/package.lisp

Source

cricket.asd.

Parent Component

cricket (system).

Packages

4.1.3 cricket/conditions.lisp

Dependency

package.lisp (file).

Source

cricket.asd.

Parent Component

cricket (system).

Public Interface
Internals

4.1.4 cricket/common.lisp

Dependency

conditions.lisp (file).

Source

cricket.asd.

Parent Component

cricket (system).

Public Interface
Internals

4.1.5 cricket/generators/perlin-1d.lisp

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.perlin-1d.

Public Interface
Internals

4.1.6 cricket/generators/perlin-2d.lisp

Dependency

perlin-1d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.perlin-2d.

Public Interface
Internals

4.1.7 cricket/generators/perlin-3d.lisp

Dependency

perlin-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.perlin-3d.

Public Interface
Internals

4.1.8 cricket/generators/perlin-4d.lisp

Dependency

perlin-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.perlin-4d.

Public Interface
Internals

4.1.9 cricket/generators/simplex-1d.lisp

Dependency

perlin-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.simplex-1d.

Public Interface
Internals

4.1.10 cricket/generators/simplex-2d.lisp

Dependency

simplex-1d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.simplex-2d.

Public Interface
Internals

4.1.11 cricket/generators/simplex-3d.lisp

Dependency

simplex-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.simplex-3d.

Public Interface
Internals

4.1.12 cricket/generators/simplex-4d.lisp

Dependency

simplex-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.simplex-4d.

Public Interface
Internals

4.1.13 cricket/generators/open-simplex-2d.lisp

Dependency

simplex-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex-2d.

Public Interface
Internals

4.1.14 cricket/generators/open-simplex-3d.lisp

Dependency

open-simplex-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex-3d.

Public Interface
Internals

4.1.15 cricket/generators/open-simplex-4d.lisp

Dependency

open-simplex-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex-4d.

Public Interface
Internals

4.1.16 cricket/generators/open-simplex2f-2d.lisp

Dependency

open-simplex-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex2f-2d.

Public Interface
Internals

4.1.17 cricket/generators/open-simplex2f-3d.lisp

Dependency

open-simplex2f-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex2f-3d.

Public Interface
Internals

4.1.18 cricket/generators/open-simplex2f-4d.lisp

Dependency

open-simplex2f-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex2f-4d.

Public Interface
Internals

4.1.19 cricket/generators/open-simplex2s-2d.lisp

Dependency

open-simplex2f-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex2s-2d.

Public Interface
Internals

4.1.20 cricket/generators/open-simplex2s-3d.lisp

Dependency

open-simplex2s-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex2s-3d.

Public Interface
Internals

4.1.21 cricket/generators/open-simplex2s-4d.lisp

Dependency

open-simplex2s-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.open-simplex2s-4d.

Public Interface
Internals

4.1.22 cricket/generators/value-2d.lisp

Dependency

open-simplex2s-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.value-2d.

Public Interface
Internals

4.1.23 cricket/generators/value-3d.lisp

Dependency

value-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.value-3d.

Public Interface
Internals

4.1.24 cricket/generators/cellular-2d.lisp

Dependency

value-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.cellular-2d.

Public Interface
Internals

4.1.25 cricket/generators/cellular-3d.lisp

Dependency

cellular-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.cellular-3d.

Public Interface
Internals

4.1.26 cricket/generators/cylinders-3d.lisp

Dependency

cellular-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.cylinders-3d.

Public Interface
Internals

4.1.27 cricket/generators/spheres-3d.lisp

Dependency

cylinders-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.spheres-3d.

Public Interface
Internals

4.1.28 cricket/generators/checker-2d.lisp

Dependency

spheres-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.checker-2d.

Public Interface
Internals

4.1.29 cricket/generators/constant.lisp

Dependency

checker-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.constant.

Public Interface
Internals

4.1.30 cricket/generators/fbm-2d.lisp

Dependency

constant.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.fbm-2d.

Public Interface
Internals

4.1.31 cricket/generators/fbm-3d.lisp

Dependency

fbm-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.fbm-3d.

Public Interface
Internals

4.1.32 cricket/generators/fbm-4d.lisp

Dependency

fbm-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.fbm-4d.

Public Interface
Internals

4.1.33 cricket/generators/billow-2d.lisp

Dependency

fbm-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.billow-2d.

Public Interface
Internals

4.1.34 cricket/generators/billow-3d.lisp

Dependency

billow-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.billow-3d.

Public Interface
Internals

4.1.35 cricket/generators/billow-4d.lisp

Dependency

billow-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.billow-4d.

Public Interface
Internals

4.1.36 cricket/generators/multifractal-2d.lisp

Dependency

billow-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.multifractal-2d.

Public Interface
Internals

4.1.37 cricket/generators/multifractal-3d.lisp

Dependency

multifractal-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.multifractal-3d.

Public Interface
Internals

4.1.38 cricket/generators/multifractal-4d.lisp

Dependency

multifractal-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.multifractal-4d.

Public Interface
Internals

4.1.39 cricket/generators/hybrid-multifractal-2d.lisp

Dependency

multifractal-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.hybrid-multifractal-2d.

Public Interface
Internals

4.1.40 cricket/generators/hybrid-multifractal-3d.lisp

Dependency

hybrid-multifractal-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.hybrid-multifractal-3d.

Public Interface
Internals

4.1.41 cricket/generators/hybrid-multifractal-4d.lisp

Dependency

hybrid-multifractal-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.hybrid-multifractal-4d.

Public Interface
Internals

4.1.42 cricket/generators/ridged-multifractal-2d.lisp

Dependency

hybrid-multifractal-4d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.ridged-multifractal-2d.

Public Interface
Internals

4.1.43 cricket/generators/ridged-multifractal-3d.lisp

Dependency

ridged-multifractal-2d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.ridged-multifractal-3d.

Public Interface
Internals

4.1.44 cricket/generators/ridged-multifractal-4d.lisp

Dependency

ridged-multifractal-3d.lisp (file).

Source

cricket.asd.

Parent Component

generators (module).

Packages

%cricket.generators.ridged-multifractal-4d.

Public Interface
Internals

4.1.45 cricket/modifiers/abs.lisp

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.abs.

Public Interface
Internals

4.1.46 cricket/modifiers/add.lisp

Dependency

abs.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.add.

Public Interface
  • + (function).
  • + (structure).
  • sample (method).
Internals

4.1.47 cricket/modifiers/blend.lisp

Dependency

add.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.blend.

Public Interface
Internals

4.1.48 cricket/modifiers/cache.lisp

Dependency

blend.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.cache.

Public Interface
Internals

4.1.49 cricket/modifiers/clamp.lisp

Dependency

cache.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.clamp.

Public Interface
Internals

4.1.50 cricket/modifiers/curve.lisp

Dependency

clamp.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.curve.

Public Interface
Internals

4.1.51 cricket/modifiers/displace.lisp

Dependency

curve.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.displace.

Public Interface
Internals

4.1.52 cricket/modifiers/divide.lisp

Dependency

displace.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.divide.

Public Interface
  • / (function).
  • / (structure).
  • sample (method).
Internals

4.1.53 cricket/modifiers/expt.lisp

Dependency

divide.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.expt.

Public Interface
Internals

4.1.54 cricket/modifiers/fractalize.lisp

Dependency

expt.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.fractalize.

Public Interface

fractalize (function).


4.1.55 cricket/modifiers/max.lisp

Dependency

fractalize.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.max.

Public Interface
Internals

4.1.56 cricket/modifiers/min.lisp

Dependency

max.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.min.

Public Interface
Internals

4.1.57 cricket/modifiers/negate.lisp

Dependency

min.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.negate.

Public Interface
Internals

4.1.58 cricket/modifiers/multiply.lisp

Dependency

negate.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.multiply.

Public Interface
  • * (function).
  • * (structure).
  • sample (method).
Internals

4.1.59 cricket/modifiers/power.lisp

Dependency

multiply.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.power.

Public Interface
Internals

4.1.60 cricket/modifiers/rotate.lisp

Dependency

power.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.rotate.

Public Interface
Internals

4.1.61 cricket/modifiers/scale.lisp

Dependency

rotate.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.scale.

Public Interface
Internals

4.1.62 cricket/modifiers/select.lisp

Dependency

scale.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.select.

Public Interface
Internals

4.1.63 cricket/modifiers/strengthen.lisp

Dependency

select.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.strengthen.

Public Interface
Internals

4.1.64 cricket/modifiers/subtract.lisp

Dependency

strengthen.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.subtract.

Public Interface
  • - (function).
  • - (structure).
  • sample (method).
Internals

4.1.65 cricket/modifiers/terrace.lisp

Dependency

subtract.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.terrace.

Public Interface
Internals

4.1.66 cricket/modifiers/translate.lisp

Dependency

terrace.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.translate.

Public Interface
Internals

4.1.67 cricket/modifiers/turbulence.lisp

Dependency

translate.lisp (file).

Source

cricket.asd.

Parent Component

modifiers (module).

Packages

%cricket.modifiers.turbulence.

Public Interface
Internals

4.1.68 cricket/map/color.lisp

Source

cricket.asd.

Parent Component

map (module).

Internals

4.1.69 cricket/map/gradient.lisp

Dependency

color.lisp (file).

Source

cricket.asd.

Parent Component

map (module).

Public Interface

define-gradient (macro).

Internals

4.1.70 cricket/map/image.lisp

Dependency

gradient.lisp (file).

Source

cricket.asd.

Parent Component

map (module).

Public Interface
Internals

4.1.71 cricket/map/map.lisp

Dependency

image.lisp (file).

Source

cricket.asd.

Parent Component

map (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 %cricket.generators.ridged-multifractal-3d

Source

ridged-multifractal-3d.lisp.

Use List

common-lisp.

Internals

5.2 %cricket.generators.open-simplex-2d

Source

open-simplex-2d.lisp.

Use List

common-lisp.

Internals

5.3 %cricket.modifiers.rotate

Source

rotate.lisp.

Use List

common-lisp.

Internals

5.4 %cricket.generators.open-simplex2s-4d

Source

open-simplex2s-4d.lisp.

Use List

common-lisp.

Internals

5.5 %cricket.modifiers.multiply

Source

multiply.lisp.

Use List

common-lisp.

Internals

5.6 %cricket.generators.multifractal-3d

Source

multifractal-3d.lisp.

Use List

common-lisp.

Internals

5.7 %cricket.generators.simplex-4d

Source

simplex-4d.lisp.

Use List

common-lisp.

Internals

5.8 %cricket.generators.ridged-multifractal-4d

Source

ridged-multifractal-4d.lisp.

Use List

common-lisp.

Internals

5.9 %cricket.generators.ridged-multifractal-2d

Source

ridged-multifractal-2d.lisp.

Use List

common-lisp.

Internals

5.10 %cricket.modifiers.divide

Source

divide.lisp.

Use List

common-lisp.

Internals

5.11 %cricket.generators.constant

Source

constant.lisp.

Use List

common-lisp.

Internals

5.12 %cricket.generators.open-simplex2s-3d

Source

open-simplex2s-3d.lisp.

Use List

common-lisp.

Internals

5.13 %cricket.modifiers.cache

Source

cache.lisp.

Use List

common-lisp.

Internals

5.15 %cricket.generators.cellular-3d

Source

cellular-3d.lisp.

Use List

common-lisp.

Internals

5.16 %cricket.modifiers.negate

Source

negate.lisp.

Use List

common-lisp.

Internals

5.17 %cricket.generators.open-simplex-3d

Source

open-simplex-3d.lisp.

Use List

common-lisp.

Internals

5.18 %cricket.generators.fbm-2d

Source

fbm-2d.lisp.

Use List

common-lisp.

Internals

5.19 %cricket.modifiers.turbulence

Source

turbulence.lisp.

Use List

common-lisp.

Internals

5.20 %cricket.generators.fbm-4d

Source

fbm-4d.lisp.

Use List

common-lisp.

Internals

5.21 %cricket.modifiers.min

Source

min.lisp.

Use List

common-lisp.

Internals

5.22 %cricket.modifiers.translate

Source

translate.lisp.

Use List

common-lisp.

Internals

5.23 %cricket.generators.hybrid-multifractal-4d

Source

hybrid-multifractal-4d.lisp.

Use List

common-lisp.

Internals

5.24 %cricket.generators.cylinders-3d

Source

cylinders-3d.lisp.

Use List

common-lisp.

Internals

5.25 %cricket.generators

Source

package.lisp.

Used By List

cricket.

Public Interface

5.26 %cricket.generators.simplex-2d

Source

simplex-2d.lisp.

Use List

common-lisp.

Internals

5.27 %cricket.generators.open-simplex2f-2d

Source

open-simplex2f-2d.lisp.

Use List

common-lisp.

Internals

5.28 %cricket.generators.open-simplex2f-3d

Source

open-simplex2f-3d.lisp.

Use List

common-lisp.

Internals

5.29 %cricket.modifiers.curve

Source

curve.lisp.

Use List

common-lisp.

Internals

5.30 %cricket.generators.perlin-1d

Source

perlin-1d.lisp.

Use List

common-lisp.

Internals

5.31 %cricket.modifiers.fractalize

Source

fractalize.lisp.

Use List

common-lisp.


5.32 %cricket.generators.billow-4d

Source

billow-4d.lisp.

Use List

common-lisp.

Internals

5.33 %cricket.generators.simplex-3d

Source

simplex-3d.lisp.

Use List

common-lisp.

Internals

5.34 %cricket.generators.fbm-3d

Source

fbm-3d.lisp.

Use List

common-lisp.

Internals

5.35 %cricket.generators.open-simplex2s-2d

Source

open-simplex2s-2d.lisp.

Use List

common-lisp.

Internals

5.36 %cricket.generators.open-simplex2f-4d

Source

open-simplex2f-4d.lisp.

Use List

common-lisp.

Internals

5.37 %cricket.modifiers.scale

Source

scale.lisp.

Use List

common-lisp.

Internals

5.38 %cricket.generators.perlin-4d

Source

perlin-4d.lisp.

Use List

common-lisp.

Internals

5.39 %cricket.generators.value-3d

Source

value-3d.lisp.

Use List

common-lisp.

Internals

5.40 %cricket.modifiers.expt

Source

expt.lisp.

Use List

common-lisp.

Internals

5.41 %cricket.modifiers.clamp

Source

clamp.lisp.

Use List

common-lisp.

Internals

5.42 %cricket.generators.hybrid-multifractal-3d

Source

hybrid-multifractal-3d.lisp.

Use List

common-lisp.

Internals

5.43 %cricket.modifiers.max

Source

max.lisp.

Use List

common-lisp.

Internals

5.44 %cricket.generators.billow-3d

Source

billow-3d.lisp.

Use List

common-lisp.

Internals

5.45 %cricket.generators.hybrid-multifractal-2d

Source

hybrid-multifractal-2d.lisp.

Use List

common-lisp.

Internals

5.46 %cricket.modifiers.subtract

Source

subtract.lisp.

Use List

common-lisp.

Internals

5.47 %cricket.generators.multifractal-2d

Source

multifractal-2d.lisp.

Use List

common-lisp.

Internals

5.48 %cricket.modifiers.blend

Source

blend.lisp.

Use List

common-lisp.

Internals

5.49 %cricket.map

Source

package.lisp.

Use List

common-lisp.

Used By List

cricket.

Public Interface
Internals

5.50 %cricket.modifiers.displace

Source

displace.lisp.

Use List

common-lisp.

Internals

5.51 %cricket.generators.checker-2d

Source

checker-2d.lisp.

Use List

common-lisp.

Internals

5.52 %cricket.generators.spheres-3d

Source

spheres-3d.lisp.

Use List

common-lisp.

Internals

5.53 %cricket.modifiers.abs

Source

abs.lisp.

Use List

common-lisp.

Internals

5.54 %cricket.generators.value-2d

Source

value-2d.lisp.

Use List

common-lisp.

Internals

5.55 %cricket.generators.perlin-3d

Source

perlin-3d.lisp.

Use List

common-lisp.

Internals

5.56 %cricket.generators.multifractal-4d

Source

multifractal-4d.lisp.

Use List

common-lisp.

Internals

5.57 %cricket.internal

Source

package.lisp.

Use List

common-lisp.

Used By List

cricket.

Public Interface
Internals

5.58 %cricket.generators.billow-2d

Source

billow-2d.lisp.

Use List

common-lisp.

Internals

5.59 %cricket.modifiers.select

Source

select.lisp.

Use List

common-lisp.

Internals

5.60 %cricket.modifiers.strengthen

Source

strengthen.lisp.

Use List

common-lisp.

Internals

5.61 %cricket.modifiers.power

Source

power.lisp.

Use List

common-lisp.

Internals

5.62 %cricket.generators.open-simplex-4d

Source

open-simplex-4d.lisp.

Use List

common-lisp.

Internals

5.63 %cricket.modifiers

Source

package.lisp.

Used By List

cricket.

Public Interface

5.64 %cricket.modifiers.terrace

Source

terrace.lisp.

Use List

common-lisp.

Internals

5.65 %cricket.generators.simplex-1d

Source

simplex-1d.lisp.

Use List

common-lisp.

Internals

5.66 %cricket.generators.perlin-2d

Source

perlin-2d.lisp.

Use List

common-lisp.

Internals

5.67 %cricket.generators.cellular-2d

Source

cellular-2d.lisp.

Use List

common-lisp.

Internals

5.68 %cricket.modifiers.add

Source

add.lisp.

Use List

common-lisp.

Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Macros

Macro: define-gradient ((type) &body body)
Package

%cricket.map.

Source

gradient.lisp.


6.1.2 Ordinary functions

Function: * (source1 source2)

Construct a sampler that, when sampled, outputs the result of multiplying the outputs of ‘source1‘ and ‘source2‘.

‘source1‘: The first input sampler (required).

‘source2‘: The second input sampler (required).

Package

%cricket.modifiers.

Source

multiply.lisp.

Function: + (source1 source2)

Construct a sampler that, when sampled, outputs the result of adding the outputs of ‘source1‘ and ‘source2‘.

‘source1‘: The first input sampler (required).

‘source2‘: The second input sampler (required).

Package

%cricket.modifiers.

Source

add.lisp.

Function: - (source1 source2)

Construct a sampler that, when sampled, outputs the result of subtracting the output ‘source2‘ from the output of ‘source1‘.

‘source1‘: The first input sampler (required).

‘source2‘: The second input sampler (required).

Package

%cricket.modifiers.

Source

subtract.lisp.

Function: / (source1 source2)

Construct a sampler that, when sampled, outputs the result of dividing the output ‘source1‘ by the output of ‘source2‘.

‘source1‘: The first input sampler (required).

‘source2‘: The second input sampler (required).

Package

%cricket.modifiers.

Source

divide.lisp.

Function: abs (source)

Construct a sampler that, when sampled, outputs the absolute value of the output of ‘source‘.

‘source‘: The input sampler (required).

Package

%cricket.modifiers.

Source

abs.lisp.

Function: billow-2d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 2-dimensional billow fractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 2-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-2d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

billow-2d.lisp.

Function: billow-3d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 3-dimensional billow fractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 3-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-3d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

billow-3d.lisp.

Function: billow-4d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 4-dimensional billow fractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 4-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-4d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

billow-4d.lisp.

Function: blend (source1 source2 control)

Construct a sampler that, when sampled, outputs a blend between the outputs of ‘source1‘ and ‘source2‘, by means of a linear interpolation using the output value of ‘control‘ as the interpolation parameter.

If the output of ‘control‘ is negative, the blended output is weighted towards the output of ‘source1‘. If the output of ‘control‘ is positive, the blended output is weighted towards the output of ‘source2‘.

‘source1‘: The sampler to weight towards if the output of ‘control‘ is negative (required).

‘source2‘: The sampler to weight towards if the output of ‘control‘ is positive (required).

‘control‘: The sampler that determines the weight of the blending operation (required).

Package

%cricket.modifiers.

Source

blend.lisp.

Function: cache (source)

Construct a sampler that, when sampled, caches the set of input coordinates and the output of its input sampler. If a set of input coordinates differs from the previous input coordinates, the cache is invalidated and the new input coordinates and output value is cached.

Caching is useful if a sampler is used as a source for multiple modifiers. Without caching, the duplicated input sources would redundantly compute the same outputs, which would be expensive, especially if long modifier chains are shared.

‘source‘: The sampler to cache (required).

Package

%cricket.modifiers.

Source

cache.lisp.

Function: cellular-2d (&key seed distance-method output-type jitter)

Construct a sampler that, when sampled, outputs 2-dimensional cellular noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘distance-method‘: One of ‘:manhattan‘, ‘:euclidean‘, ‘:euclidean-squared‘, ‘:chebyshev‘, or ‘:minkowski4‘, denoting the distance function to use (optional, default: ‘:euclidean‘).

‘output-type‘: One of ‘:value‘, ‘:f1‘, ‘:f2‘, ‘:f1+f2‘, ‘:f2-f1‘, ‘:f1*f2‘, or ‘:f1/f2‘ denoting the features to use (optional, default: ‘:f1‘).

‘jitter‘: A real number between 0.0 and 1.0, with values closer to one randomly distributing cells away from their grid alignment (optional, default: 1.0).

Package

%cricket.generators.

Source

cellular-2d.lisp.

Function: cellular-3d (&key seed distance-method output-type jitter)

Construct a sampler that, when sampled, outputs 3-dimensional cellular noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘distance-method‘: One of ‘:manhattan‘, ‘:euclidean‘, ‘:euclidean-squared‘, ‘:chebyshev‘, or ‘:minkowski4‘, denoting the distance function to use (optional, default: ‘:euclidean‘).

‘output-type‘: One of ‘:value‘, ‘:f1‘, ‘:f2‘, ‘:f1+f2‘, ‘:f2-f1‘, ‘:f1*f2‘, or ‘:f1/f2‘ denoting the features to use (optional, default: ‘:f1‘).

‘jitter‘: A real number between 0.0 and 1.0, with values closer to one randomly distributing cells away from their grid alignment (optional, default: 1.0).

Package

%cricket.generators.

Source

cellular-3d.lisp.

Function: checker-2d (&key seed)

Construct a sampler that, when sampled, outputs a 2-dimensional checkered grid pattern, with values being either -1.0 or 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

checker-2d.lisp.

Function: clamp (source min max)

Construct a sampler that, when sampled, clamps the output of ‘source‘ to be within the range ‘min‘..‘max‘. If the output of ‘source‘ is less than ‘min‘, the result will be ‘min‘. If the output of ‘source‘ is greater than ‘max‘, the result will be ‘max‘.

‘source‘: The input sampler to clamp (required).

‘min‘: A real number denoting the lower bound of the clamping range (required).

‘max‘: A real number denoting the upper bound of the clamping range (required).

Package

%cricket.modifiers.

Source

clamp.lisp.

Function: constant (value &key seed)

Construct a sampler that, when sampled, outputs the constant ‘value‘ supplied. This is useful for debugging and applications where you need to combine a constant value.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

constant.lisp.

Function: curve (source &key points)

Construct a sampler that, when sampled, outputs the result of sampling from ‘source‘ after remapping to an arbitrary curve.

The curve is defined by a list of point pairs given with ‘points‘, with its format being a list of cons cells. Each cons cell in the list of points represents an input and an output number. The curve is a cubic spline, and so ‘points‘ must contain a list of four point pairs at a minimum. Additionally, no two point pairs can contain the same input point value.

When sampling the input sampler ‘source‘, the result is evaluated using the curve data, and maps it to a new output value.

‘source‘: The input sampler to map onto the curve (required).

‘points‘: A list of cons pairs denoting input (car) and output (cdr) control points of the curve (required).

Package

%cricket.modifiers.

Source

curve.lisp.

Function: cylinders-3d (&key seed frequency)

Construct a sampler that, when sampled, outputs 3-dimensional concentric cylinder values ranging from -1.0 to 1.0. The cylinders are oriented with their length along the Z axis.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘frequency‘: The frequency of the signal, which controls how small or large the cylinders are (optional, default: 1.0).

Package

%cricket.generators.

Source

cylinders-3d.lisp.

Function: displace (source &key x y z w)

Construct a sampler that, when sampled, modifies the input coordinates of its input sampler ‘source‘, before sampling from it. ‘x‘, ‘y‘, ‘z‘, and ‘w‘ are samplers, where the result of sampling from them are added to the input coordinate of the corresponding axis. After modifying of the input coordinates, ‘source‘ is then sampled with the new input coordinate set. Any displacement samplers that are not specified will not displace the corresponding axis of the input sampler.

‘source‘: The input sampler to displace (required).

‘x‘: A sampler that is evaluated and added to the X axis input coordinate of ‘source‘ (optional).

‘y‘: A sampler that is evaluated and added to the Y axis input coordinate of ‘source‘ (optional).

‘z‘: A sampler that is evaluated and added to the Z axis input coordinate of ‘source‘ (optional).

‘w‘: A sampler that is evaluated and added to the W axis input coordinate of ‘source‘ (optional).

Package

%cricket.modifiers.

Source

displace.lisp.

Function: expt (source power)

Construct a sampler that, when sampled, raises the power of the output of ‘source‘ to ‘power‘.

‘source‘: The input sampler (required).

‘power‘: The power to raise the output to (required).

Package

%cricket.modifiers.

Source

expt.lisp.

Function: fbm-2d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 2-dimensional fractional Brownian motion noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 2-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2f-2d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

fbm-2d.lisp.

Function: fbm-3d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 3-dimensional fractional Brownian motion noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 3-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2f-3d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

fbm-3d.lisp.

Function: fbm-4d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 4-dimensional fractional Brownian motion noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 4-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2f-4d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

fbm-4d.lisp.

Function: fractalize (source type &rest args &key octaves frequency lacunarity persistence attenuation)

Construct a sampler that, when sampled, outputs the result of fractalizing its input sampler’s output over an arbitrary number of octaves. ‘type‘ may be a keyword denoting any of the built-in generator fractal types:

‘:fbm‘: Fractional Brownian motion.

‘:billow‘: Creates billowy cloud or rock-like formations.

‘:multi‘: Multifractal whose fractal dimensions vary.

‘:hybrid-multi‘: Multifractal noise that results in valleys having smooth bottoms.

‘:ridged-multi‘: Creates ridges suitable for terrain generation.

The parameters supplied to this modifier are consistent with the behaviors they provide for the corresponding fractal generator.

There are a few differences between this modifier and the corresponding generator:

- This modifier fractalizes each dimension of the input sampler; there is no ability to specify the dimensionality of the output.

- The default parameter values of this modifier are generic, and may not match the default values of the corresponding generator. You should ensure that you are calling this with the desired parameter values if leaving any unspecified.

- The input sampler’s output is used for each octave of the generated fractal. This is in contrast to generator fractals, where their octaves are other generators each being seeded differently.

‘source‘: The input sampler (required).

‘type‘: A keyword denoting one of the valid fractal types (required).

‘octaves‘: The number of octaves to generate (optional, default: 4).

‘frequency‘: The frequency of the first octave (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

‘attenuation‘: The attenuation to apply to the weight of each octave - only applicable for the ‘:ridged-multi‘ type (optional, default: 2.0)

Package

%cricket.modifiers.

Source

fractalize.lisp.

Function: get-image-pixel (image x y)
Package

%cricket.map.

Source

image.lisp.

Function: hybrid-multifractal-2d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 2-dimensional hybrid multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 2-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-2d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.25).

Package

%cricket.generators.

Source

hybrid-multifractal-2d.lisp.

Function: hybrid-multifractal-3d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 3-dimensional hybrid multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 3-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-3d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.25).

Package

%cricket.generators.

Source

hybrid-multifractal-3d.lisp.

Function: hybrid-multifractal-4d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 4-dimensional hybrid multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 4-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-4d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.25).

Package

%cricket.generators.

Source

hybrid-multifractal-4d.lisp.

Reader: image-data (instance)
Writer: (setf image-data) (instance)
Package

%cricket.map.

Source

image.lisp.

Target Slot

data.

Reader: image-height (instance)
Writer: (setf image-height) (instance)
Package

%cricket.map.

Source

image.lisp.

Target Slot

height.

Reader: image-width (instance)
Writer: (setf image-width) (instance)
Package

%cricket.map.

Source

image.lisp.

Target Slot

width.

Function: make-map (source &key width height x-min x-max y-min y-max parallel-p)
Package

%cricket.map.

Source

map.lisp.

Reader: map-data (instance)
Writer: (setf map-data) (instance)
Package

%cricket.map.

Source

map.lisp.

Target Slot

data.

Reader: map-height (instance)
Writer: (setf map-height) (instance)
Package

%cricket.map.

Source

map.lisp.

Target Slot

height.

Function: map-value (map x y)
Package

%cricket.map.

Source

map.lisp.

Function: (setf map-value) (map x y)
Package

%cricket.map.

Source

map.lisp.

Reader: map-width (instance)
Writer: (setf map-width) (instance)
Package

%cricket.map.

Source

map.lisp.

Target Slot

width.

Function: max (source1 source2)

Construct a sampler that, when sampled, outputs the maximum of the outputs of its two input samplers.

‘source1‘: The first input sampler (required).

‘source2‘: The second input sampler (required).

Package

%cricket.modifiers.

Source

max.lisp.

Function: min (source1 source2)

Construct a sampler that, when sampled, outputs the minimum of the outputs of its two input samplers.

‘source1‘: The first input sampler (required).

‘source2‘: The second input sampler (required).

Package

%cricket.modifiers.

Source

min.lisp.

Function: multifractal-2d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 2-dimensional multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 2-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-2d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

multifractal-2d.lisp.

Function: multifractal-3d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 3-dimensional multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 3-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-3d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

multifractal-3d.lisp.

Function: multifractal-4d (&key seed generator octaves frequency lacunarity persistence)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 4-dimensional multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 4-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-4d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 0.5).

Package

%cricket.generators.

Source

multifractal-4d.lisp.

Function: negate (source)

Construct a sampler that, when sampled, negates the output value of its input sampler.

‘source‘: The input sampler (required).

Package

%cricket.modifiers.

Source

negate.lisp.

Function: open-simplex-2d (&key seed)

Construct a sampler that, when sampled, outputs 2-dimensional OpenSimplex noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

open-simplex-2d.lisp.

Function: open-simplex-3d (&key seed)

Construct a sampler that, when sampled, outputs 3-dimensional OpenSimplex noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

open-simplex-3d.lisp.

Function: open-simplex-4d (&key seed)

Construct a sampler that, when sampled, outputs 4-dimensional OpenSimplex noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

open-simplex-4d.lisp.

Function: open-simplex2f-2d (&key seed orientation)

Construct a sampler that, when sampled, outputs 2-dimensional OpenSimplex2F noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘orientation‘: One of ‘:standard‘ or ‘:x/y‘, denoting the orientation of the lattice. ‘:x/y‘ has the Y axis pointing down the main diagonal, which might be more suitable for a game where Y is vertical (optional, default: ‘:standard‘).

Package

%cricket.generators.

Source

open-simplex2f-2d.lisp.

Function: open-simplex2f-3d (&key seed orientation)

Construct a sampler that, when sampled, outputs 3-dimensional OpenSimplex2F noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘orientation‘: One of ‘:standard‘, ‘:xy/z‘, or ‘:xz/y‘, denoting the orientation of the lattice. ‘:xy/z‘ has better visual isotropy in XY, and ‘:xz/y‘ has better visual isotropy in XZ (optional, default: ‘:standard‘).

Package

%cricket.generators.

Source

open-simplex2f-3d.lisp.

Function: open-simplex2f-4d (&key seed orientation)

Construct a sampler that, when sampled, outputs 4-dimensional OpenSimplex2F noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘orientation‘: One of ‘:standard‘, ‘:xy/zw‘, ‘:xz/yw‘, or ‘:xyz/w‘, denoting the orientation of the lattice. ‘:xy/zw‘ is recommended for 3D terrain where X/Y or Z/W are horizontal. ‘:xz/yw‘ is recommended for 3D terrain where X/Z or Y/W are horizontal. ‘:xyz/w‘ is recommended for time-varied animations of 3D objects, where W is time (optional, default: ‘:standard‘).

Package

%cricket.generators.

Source

open-simplex2f-4d.lisp.

Function: open-simplex2s-2d (&key seed orientation)

Construct a sampler that, when sampled, outputs 2-dimensional OpenSimplex2S noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘orientation‘: One of ‘:standard‘ or ‘:x/y‘, denoting the orientation of the lattice. ‘:x/y‘ has the Y axis pointing down the main diagonal, which might be more suitable for a game where Y is vertical (optional, default: ‘:standard‘).

Package

%cricket.generators.

Source

open-simplex2s-2d.lisp.

Function: open-simplex2s-3d (&key seed orientation)

Construct a sampler that, when sampled, outputs 3-dimensional OpenSimplex2S noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘orientation‘: One of ‘:standard‘, ‘:xy/z‘, or ‘:xz/y‘, denoting the orientation of the lattice. ‘:xy/z‘ has better visual isotropy in XY, and ‘:xz/y‘ has better visual isotropy in XZ (optional, default: ‘:standard‘).

Package

%cricket.generators.

Source

open-simplex2s-3d.lisp.

Function: open-simplex2s-4d (&key seed orientation)

Construct a sampler that, when sampled, outputs 4-dimensional OpenSimplex2S noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘orientation‘: One of ‘:standard‘, ‘:xy/zw‘, ‘:xz/yw‘, or ‘:xyz/w‘, denoting the orientation of the lattice. ‘:xy/zw‘ is recommended for 3D terrain where X/Y or Z/W are horizontal. ‘:xz/yw‘ is recommended for 3D terrain where X/Z or Y/W are horizontal. ‘:xyz/w‘ is recommended for time-varied animations of 3D objects, where W is time (optional, default: ‘:standard‘).

Package

%cricket.generators.

Source

open-simplex2s-4d.lisp.

Function: perlin-1d (&key seed)

Construct a sampler that, when sampled, outputs 1-dimensional Perlin Improved noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

perlin-1d.lisp.

Function: perlin-2d (&key seed)

Construct a sampler that, when sampled, outputs 2-dimensional Perlin Improved noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

perlin-2d.lisp.

Function: perlin-3d (&key seed)

Construct a sampler that, when sampled, outputs 3-dimensional Perlin Improved noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

perlin-3d.lisp.

Function: perlin-4d (&key seed)

Construct a sampler that, when sampled, outputs 4-dimensional Perlin Improved noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

perlin-4d.lisp.

Function: power (source1 source2)

Construct a sampler that, when sampled, raises the output of ‘source1‘ to the power of the output of ‘source2‘.

‘source1‘: The first input sampler (required).

‘source2‘: The second input sampler (required).

Package

%cricket.modifiers.

Source

power.lisp.

Function: render-map (map &key gradient)
Package

%cricket.map.

Source

map.lisp.

Function: ridged-multifractal-2d (&key seed generator octaves frequency lacunarity persistence attenuation)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 2-dimensional ridged multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 2-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-2d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 1.0).

‘attenuation‘: The attenuation to apply to the weight of each octave (optional, default: 2.0).

Package

%cricket.generators.

Source

ridged-multifractal-2d.lisp.

Function: ridged-multifractal-3d (&key seed generator octaves frequency lacunarity persistence attenuation)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 3-dimensional ridged multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 3-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-3d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 1.0).

‘attenuation‘: The attenuation to apply to the weight of each octave (optional, default: 2.0).

Package

%cricket.generators.

Source

ridged-multifractal-3d.lisp.

Function: ridged-multifractal-4d (&key seed generator octaves frequency lacunarity persistence attenuation)

Construct a sampler that, when sampled, outputs the application of multiple octaves of a 4-dimensional ridged multifractal noise, using the supplied ‘generator‘ function to construct each octave’s sampler.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘generator‘: a function object pointing to one of the built-in 4-dimensional generators that is used to construct a different sampler, each with a different seed, for each octave (optional, default ‘#’open-simplex2s-4d‘).

‘octaves‘: An integer between 1 and 32, denoting the number of octaves to apply (optional, default: 4).

‘frequency‘: The frequency of the first octave’s signal (optional, default: 1.0).

‘lacunarity‘: A multiplier that determines how quickly the frequency increases for successive octaves (optional, default: 2.0).

‘persistence‘: A multiplier that determines how quickly the amplitude diminishes for successive octaves (optional, default 1.0).

‘attenuation‘: The attenuation to apply to the weight of each octave (optional, default: 2.0).

Package

%cricket.generators.

Source

ridged-multifractal-4d.lisp.

Function: rotate (source &key x y z)

Construct a sampler that, when sampled, rotates the input coordinates around the origin before sampling from it. The coordinate system is assumed to be left-handed. The angle of rotation around each of the ‘x‘, ‘y‘, and ‘z‘ axes can be set individually.

‘source‘: The input sampler (required).

‘x‘: The angle in radians to rotate around the X axis (optional, default: 0.0).

‘y‘: The angle in radians to rotate around the Y axis (optional, default: 0.0).

‘z‘: The angle in radians to rotate around the Z axis (optional, default: 0.0).

Package

%cricket.modifiers.

Source

rotate.lisp.

Function: scale (source &key x y z w)

Construct a sampler that, when sampled, scales the input coordinates of ‘source‘ down (increases the wavelength, and decreases the frequency), by the amounts given for each of the ‘x‘, ‘y‘, ‘z‘, and ‘w‘ axes.

‘source‘: The input sampler (required).

‘x‘: The amount to scale along the X axis (optional, default: 1.0).

‘y‘: The amount to scale along the Y axis (optional, default: 1.0).

‘z‘: The amount to scale along the Z axis (optional, default: 1.0).

‘w‘: The amount to scale along the W axis (optional, default: 1.0).

Package

%cricket.modifiers.

Source

scale.lisp.

Function: select (source1 source2 control &key min max falloff)

Construct a sampler that, when sampled, outputs the result of sampling from either ‘source1‘ or ‘source2‘. The input sampler chosen is decided based upon the output of the ‘control‘ sampler.

If the output of ‘control‘ is within the range denoted by ‘min‘ and ‘max‘, ‘source2‘ is chosen. If the output of ‘control‘ is outside of this range, ‘source1‘ is chosen.

‘source1‘: The first input sampler (required).

‘source2‘: The second input sampler (required).

‘control‘: The sampler that determines the sampler to output (required).

‘min‘: A real number between -1.0 and 1.0 defining the lower bound of the selection range (optional, default: -1.0).

‘max‘: A real number between -1.0 and 1.0 defining the upper bound of the selection range (optional, default: 1.0).

‘falloff‘: A real number between 0.0 and 1.0 specifying the smoothness of the transition (optional, default: 0.0).

Package

%cricket.modifiers.

Source

select.lisp.

Function: simplex-1d (&key seed)

Construct a sampler that, when sampled, outputs 1-dimensional Simplex noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

simplex-1d.lisp.

Function: simplex-2d (&key seed)

Construct a sampler that, when sampled, outputs 2-dimensional Simplex noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

simplex-2d.lisp.

Function: simplex-3d (&key seed)

Construct a sampler that, when sampled, outputs 3-dimensional Simplex noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

simplex-3d.lisp.

Function: simplex-4d (&key seed)

Construct a sampler that, when sampled, outputs 4-dimensional Simplex noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

simplex-4d.lisp.

Function: spheres-3d (&key seed frequency)

Construct a sampler that, when sampled, outputs 3-dimensional concentric sphere values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

‘frequency‘: The frequency of the signal, which controls how small or large the spheres are (optional, default: 1.0).

Package

%cricket.generators.

Source

spheres-3d.lisp.

Function: strengthen (source strength &key bias)

Construct a sampler that, when sampled, modifies the output value of ‘source‘ by multiplying it by ‘strength‘, and optionally adding ‘bias‘ afterwards.

‘source‘: The input sampler (required).

‘strength‘: A multiplier to apply to the output of ‘source‘ (required).

‘bias‘: An additional bias amount to add to the result (optional, default: 0.0).

Package

%cricket.modifiers.

Source

strengthen.lisp.

Function: terrace (source &key points invert-p)

Construct a sampler that, when sampled, maps the output of its input sampler onto a terrace-forming curve, defined by the list of ‘points‘. ‘points‘ is a list of at least 2 real numbers, each with a unique value.

‘source‘: The input sampler (required).

‘points‘: A list of at least two control points that define the curve (required).

‘invert-p‘: Whether the curve is inverted between the control points (optional, default: nil).

Package

%cricket.modifiers.

Source

terrace.lisp.

Function: translate (source &key x y z w)

Construct a sampler that, when sampled, offsets the input coordinates of ‘source‘ by the amounts supplied each of the ‘x‘, ‘y‘, ‘z‘, and ‘w‘ axes, before sampling from it.

‘source‘: The input sampler (required).

‘x‘: The amount to offset along the X axis (optional, default: 0.0).

‘y‘: The amount to offset along the Y axis (optional, default: 0.0).

‘z‘: The amount to offset along the Z axis (optional, default: 0.0).

‘w‘: The amount to offset along the W axis (optional, default: 0.0).

Package

%cricket.modifiers.

Source

translate.lisp.

Function: turbulence (source displacement &key frequency power roughness)

Construct a sampler that, when sampled, displaces the input coordinates of its ‘source‘ input sampler before sampling from it. The displacement values come from the result of sampling a fractional Brownian motion application of the supplied ‘displacement‘ sampler, along with randomly generated values retrieved using the random number generator of ‘source‘.

‘source‘: The input sampler whose input coordinates are displaced (required).

‘displacement‘: A sampler that has ‘roughness‘ octaves of fractional Brownian motion applied to it to determine the random displacement (required).

‘frequency‘: The frequency of the fractional Brownian motion displacement (optional, default 1.0).

‘power‘: A scaling factor that is applied to the displacement amount (optional, default: 1.0).

‘roughness‘: The number of octaves to apply for the displacement fractional Brownian motion (optional, default: 3).

Package

%cricket.modifiers.

Source

turbulence.lisp.

Function: uniform-scale (source scalar)
Package

%cricket.modifiers.

Source

scale.lisp.

Function: value-2d (&key seed)

Construct a sampler that, when sampled, outputs 2-dimensional value noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

value-2d.lisp.

Function: value-3d (&key seed)

Construct a sampler that, when sampled, outputs 3-dimensional value noise values ranging from -1.0 to 1.0.

‘seed‘: A string used to seed the random number generator for this sampler, or NIL. If a seed is not supplied, one will be generated automatically which will negatively affect the reproducibility of the noise (optional, default: NIL).

Package

%cricket.generators.

Source

value-3d.lisp.

Function: write-image (image file-path)
Package

%cricket.map.

Source

image.lisp.


6.1.3 Generic functions

Generic Function: sample (sampler x &optional y z w)
Package

%cricket.internal.

Source

common.lisp.

Methods
Method: sample ((sampler turbulence) x &optional y z w)
Source

turbulence.lisp.

Method: sample ((sampler translate) x &optional y z w)
Source

translate.lisp.

Method: sample ((sampler terrace) x &optional y z w)
Source

terrace.lisp.

Method: sample ((sampler -) x &optional y z w)
Source

subtract.lisp.

Method: sample ((sampler strengthen) x &optional y z w)
Source

strengthen.lisp.

Method: sample ((sampler select) x &optional y z w)
Source

select.lisp.

Method: sample ((sampler scale) x &optional y z w)
Source

scale.lisp.

Method: sample ((sampler rotate) x &optional y z w)
Source

rotate.lisp.

Method: sample ((sampler power) x &optional y z w)
Source

power.lisp.

Method: sample ((sampler *) x &optional y z w)
Source

multiply.lisp.

Method: sample ((sampler negate) x &optional y z w)
Source

negate.lisp.

Method: sample ((sampler min) x &optional y z w)
Source

min.lisp.

Method: sample ((sampler max) x &optional y z w)
Source

max.lisp.

Method: sample ((sampler expt) x &optional y z w)
Source

expt.lisp.

Method: sample ((sampler /) x &optional y z w)
Source

divide.lisp.

Method: sample ((sampler displace) x &optional y z w)
Source

displace.lisp.

Method: sample ((sampler curve) x &optional y z w)
Source

curve.lisp.

Method: sample ((sampler clamp) x &optional y z w)
Source

clamp.lisp.

Method: sample ((sampler cache) x &optional y z w)
Source

cache.lisp.

Method: sample ((sampler blend) x &optional y z w)
Source

blend.lisp.

Method: sample ((sampler +) x &optional y z w)
Source

add.lisp.

Method: sample ((sampler abs) x &optional y z w)
Source

abs.lisp.

Method: sample ((sampler ridged-multifractal-4d) x &optional y z w)
Source

ridged-multifractal-4d.lisp.

Method: sample ((sampler ridged-multifractal-3d) x &optional y z w)
Source

ridged-multifractal-3d.lisp.

Method: sample ((sampler ridged-multifractal-2d) x &optional y z w)
Source

ridged-multifractal-2d.lisp.

Method: sample ((sampler hybrid-multifractal-4d) x &optional y z w)
Source

hybrid-multifractal-4d.lisp.

Method: sample ((sampler hybrid-multifractal-3d) x &optional y z w)
Source

hybrid-multifractal-3d.lisp.

Method: sample ((sampler hybrid-multifractal-2d) x &optional y z w)
Source

hybrid-multifractal-2d.lisp.

Method: sample ((sampler multifractal-4d) x &optional y z w)
Source

multifractal-4d.lisp.

Method: sample ((sampler multifractal-3d) x &optional y z w)
Source

multifractal-3d.lisp.

Method: sample ((sampler multifractal-2d) x &optional y z w)
Source

multifractal-2d.lisp.

Method: sample ((sampler billow-4d) x &optional y z w)
Source

billow-4d.lisp.

Method: sample ((sampler billow-3d) x &optional y z w)
Source

billow-3d.lisp.

Method: sample ((sampler billow-2d) x &optional y z w)
Source

billow-2d.lisp.

Method: sample ((sampler fbm-4d) x &optional y z w)
Source

fbm-4d.lisp.

Method: sample ((sampler fbm-3d) x &optional y z w)
Source

fbm-3d.lisp.

Method: sample ((sampler fbm-2d) x &optional y z w)
Source

fbm-2d.lisp.

Method: sample ((sampler constant) x &optional y z w)
Source

constant.lisp.

Method: sample ((sampler checker-2d) x &optional y z w)
Source

checker-2d.lisp.

Method: sample ((sampler spheres-3d) x &optional y z w)
Source

spheres-3d.lisp.

Method: sample ((sampler cylinders-3d) x &optional y z w)
Source

cylinders-3d.lisp.

Method: sample ((sampler cellular-3d) x &optional y z w)
Source

cellular-3d.lisp.

Method: sample ((sampler cellular-2d) x &optional y z w)
Source

cellular-2d.lisp.

Method: sample ((sampler value-3d) x &optional y z w)
Source

value-3d.lisp.

Method: sample ((sampler value-2d) x &optional y z w)
Source

value-2d.lisp.

Method: sample ((sampler open-simplex2s-4d) x &optional y z w)
Source

open-simplex2s-4d.lisp.

Method: sample ((sampler open-simplex2s-3d) x &optional y z w)
Source

open-simplex2s-3d.lisp.

Method: sample ((sampler open-simplex2s-2d) x &optional y z w)
Source

open-simplex2s-2d.lisp.

Method: sample ((sampler open-simplex2f-4d) x &optional y z w)
Source

open-simplex2f-4d.lisp.

Method: sample ((sampler open-simplex2f-3d) x &optional y z w)
Source

open-simplex2f-3d.lisp.

Method: sample ((sampler open-simplex2f-2d) x &optional y z w)
Source

open-simplex2f-2d.lisp.

Method: sample ((sampler open-simplex-4d) x &optional y z w)
Source

open-simplex-4d.lisp.

Method: sample ((sampler open-simplex-3d) x &optional y z w)
Source

open-simplex-3d.lisp.

Method: sample ((sampler open-simplex-2d) x &optional y z w)
Source

open-simplex-2d.lisp.

Method: sample ((sampler simplex-4d) x &optional y z w)
Source

simplex-4d.lisp.

Method: sample ((sampler simplex-3d) x &optional y z w)
Source

simplex-3d.lisp.

Method: sample ((sampler simplex-2d) x &optional y z w)
Source

simplex-2d.lisp.

Method: sample ((sampler simplex-1d) x &optional y z w)
Source

simplex-1d.lisp.

Method: sample ((sampler perlin-4d) x &optional y z w)
Source

perlin-4d.lisp.

Method: sample ((sampler perlin-3d) x &optional y z w)
Source

perlin-3d.lisp.

Method: sample ((sampler perlin-2d) x &optional y z w)
Source

perlin-2d.lisp.

Method: sample ((sampler perlin-1d) x &optional y z w)
Source

perlin-1d.lisp.


6.1.4 Standalone methods

Method: make-load-form ((object lattice-point) &optional environment)
Source

open-simplex2s-4d.lisp.

Method: make-load-form ((object lattice-point) &optional environment)
Source

open-simplex2s-3d.lisp.

Method: make-load-form ((object lattice-point) &optional environment)
Source

open-simplex2f-3d.lisp.

Method: make-load-form ((object lattice-point) &optional environment)
Source

open-simplex2s-2d.lisp.

Method: make-load-form ((object lattice-point) &optional environment)
Source

open-simplex2f-4d.lisp.

Method: print-object ((sampler sampler) stream)
Source

common.lisp.


6.1.5 Conditions

Condition: cricket-error
Package

%cricket.internal.

Source

conditions.lisp.

Direct superclasses

error.

Direct subclasses
Direct methods

sampler-type.

Direct slots
Slot: %sampler-type
Initargs

:sampler-type

Readers

sampler-type.

Writers

This slot is read-only.

Condition: invalid-cellular-distance-method
Package

%cricket.internal.

Source

conditions.lisp.

Direct superclasses

cricket-error.

Direct methods
Direct slots
Slot: %distance-method
Initargs

:distance-method

Readers

distance-method.

Writers

This slot is read-only.

Slot: %valid-distance-methods
Initargs

:valid-distance-methods

Readers

valid-distance-methods.

Writers

This slot is read-only.

Condition: invalid-cellular-output-type
Package

%cricket.internal.

Source

conditions.lisp.

Direct superclasses

cricket-error.

Direct methods
Direct slots
Slot: %output-type
Initargs

:output-type

Readers

output-type.

Writers

This slot is read-only.

Slot: %valid-output-types
Initargs

:valid-output-types

Readers

valid-output-types.

Writers

This slot is read-only.

Condition: invalid-fractal-octave-count
Package

%cricket.internal.

Source

conditions.lisp.

Direct superclasses

cricket-error.

Direct methods

value.

Direct slots
Slot: %value
Initargs

:value

Readers

value.

Writers

This slot is read-only.

Condition: invalid-open-simplex2-orientation
Package

%cricket.internal.

Source

conditions.lisp.

Direct superclasses

cricket-error.

Direct methods
Direct slots
Slot: %orientation
Initargs

:orientation

Readers

orientation.

Writers

This slot is read-only.

Slot: %valid-orientations
Initargs

:valid-orientations

Readers

valid-orientations.

Writers

This slot is read-only.

Condition: invalid-real-argument
Package

%cricket.internal.

Source

conditions.lisp.

Direct superclasses

cricket-error.

Direct methods
Direct slots
Slot: %argument
Initargs

:argument

Readers

argument.

Writers

This slot is read-only.

Slot: %value
Initargs

:value

Readers

value.

Writers

This slot is read-only.

Condition: invalid-sampler-argument
Package

%cricket.internal.

Source

conditions.lisp.

Direct superclasses

cricket-error.

Direct methods
Direct slots
Slot: %argument
Initargs

:argument

Readers

argument.

Writers

This slot is read-only.

Slot: %value
Initargs

:value

Readers

value.

Writers

This slot is read-only.

Condition: invalid-seed
Package

%cricket.internal.

Source

conditions.lisp.

Direct superclasses

cricket-error.

Direct methods

seed.

Direct slots
Slot: %seed
Initargs

:seed

Readers

seed.

Writers

This slot is read-only.


6.1.6 Structures

Structure: *
Package

%cricket.modifiers.

Source

multiply.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.multiply.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.multiply.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Structure: +
Package

%cricket.modifiers.

Source

add.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.add.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.add.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Structure: -
Package

%cricket.modifiers.

Source

subtract.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.subtract.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.subtract.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Structure: /
Package

%cricket.modifiers.

Source

divide.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.divide.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.divide.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Structure: abs
Package

%cricket.modifiers.

Source

abs.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.abs.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Structure: billow-2d
Package

%cricket.generators.

Source

billow-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.billow-2d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.billow-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.billow-2d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.billow-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.billow-2d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.billow-2d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: billow-3d
Package

%cricket.generators.

Source

billow-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.billow-3d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.billow-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.billow-3d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.billow-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.billow-3d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.billow-3d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: billow-4d
Package

%cricket.generators.

Source

billow-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.billow-4d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.billow-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.billow-4d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.billow-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.billow-4d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.billow-4d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: blend
Package

%cricket.modifiers.

Source

blend.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.blend.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.blend.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Slot: control
Package

%cricket.modifiers.blend.

Type

%cricket.internal:sampler

Readers

control.

Writers

(setf control).

Structure: cache
Package

%cricket.modifiers.

Source

cache.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.cache.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: cached-p
Package

%cricket.modifiers.cache.

Type

boolean

Readers

cached-p.

Writers

(setf cached-p).

Slot: value
Package

%cricket.modifiers.cache.

Type

mfiano-utils:f32

Initform

0.0

Readers

value.

Writers

(setf value).

Slot: x
Package

%cricket.modifiers.cache.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

x.

Writers

(setf x).

Slot: y
Package

%cricket.modifiers.cache.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

y.

Writers

(setf y).

Slot: z
Package

%cricket.modifiers.cache.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

z.

Writers

(setf z).

Slot: w
Package

%cricket.modifiers.cache.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

w.

Writers

(setf w).

Structure: cellular-2d
Package

%cricket.generators.

Source

cellular-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: seed
Package

%cricket.generators.cellular-2d.

Type

mfiano-utils:ub32

Initform

0

Readers

seed.

Writers

(setf seed).

Slot: distance-method
Package

%cricket.generators.cellular-2d.

Type

(member :manhattan :euclidean :euclidean-squared :chebyshev :minkowski4)

Initform

:euclidean

Readers

distance-method.

Writers

(setf distance-method).

Slot: output-type
Package

%cricket.generators.cellular-2d.

Type

(member :value :f1 :f2 :f1+f2 :f2-f1 :f1*f2 :f1/f2)

Initform

:f1

Readers

output-type.

Writers

(setf output-type).

Slot: jitter
Package

%cricket.generators.cellular-2d.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

jitter.

Writers

(setf jitter).

Structure: cellular-3d
Package

%cricket.generators.

Source

cellular-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: seed
Package

%cricket.generators.cellular-3d.

Type

mfiano-utils:ub32

Initform

0

Readers

seed.

Writers

(setf seed).

Slot: distance-method
Package

%cricket.generators.cellular-3d.

Type

(member :manhattan :euclidean :euclidean-squared :chebyshev :minkowski4)

Initform

:euclidean

Readers

distance-method.

Writers

(setf distance-method).

Slot: output-type
Package

%cricket.generators.cellular-3d.

Type

(member :value :f1 :f2 :f1+f2 :f2-f1 :f1*f2 :f1/f2)

Initform

:f1

Readers

output-type.

Writers

(setf output-type).

Slot: jitter
Package

%cricket.generators.cellular-3d.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

jitter.

Writers

(setf jitter).

Structure: checker-2d
Package

%cricket.generators.

Source

checker-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Structure: clamp
Package

%cricket.modifiers.

Source

clamp.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.clamp.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: min
Package

%cricket.modifiers.clamp.

Type

mfiano-utils:f32

Initform

-1.0

Readers

min.

Writers

(setf min).

Slot: max
Package

%cricket.modifiers.clamp.

Type

mfiano-utils:f32

Initform

1.0

Readers

max.

Writers

(setf max).

Structure: constant
Package

%cricket.generators.

Source

constant.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: value
Package

%cricket.generators.constant.

Type

mfiano-utils:f32

Initform

0.5

Readers

value.

Writers

(setf value).

Structure: curve
Package

%cricket.modifiers.

Source

curve.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.curve.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: control-points
Package

%cricket.modifiers.curve.

Type

simple-vector

Initform

(make-array 0)

Readers

control-points.

Writers

(setf control-points).

Structure: cylinders-3d
Package

%cricket.generators.

Source

cylinders-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: frequency
Package

%cricket.generators.cylinders-3d.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

frequency.

Writers

(setf frequency).

Structure: displace
Package

%cricket.modifiers.

Source

displace.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.displace.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: x
Package

%cricket.modifiers.displace.

Type

(or %cricket.internal:sampler null)

Readers

x.

Writers

(setf x).

Slot: y
Package

%cricket.modifiers.displace.

Type

(or %cricket.internal:sampler null)

Readers

y.

Writers

(setf y).

Slot: z
Package

%cricket.modifiers.displace.

Type

(or %cricket.internal:sampler null)

Readers

z.

Writers

(setf z).

Slot: w
Package

%cricket.modifiers.displace.

Type

(or %cricket.internal:sampler null)

Readers

w.

Writers

(setf w).

Structure: expt
Package

%cricket.modifiers.

Source

expt.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.expt.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: power
Package

%cricket.modifiers.expt.

Type

mfiano-utils:f32

Initform

1.0

Readers

power.

Writers

(setf power).

Structure: fbm-2d
Package

%cricket.generators.

Source

fbm-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.fbm-2d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.fbm-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.fbm-2d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.fbm-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.fbm-2d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.fbm-2d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: fbm-3d
Package

%cricket.generators.

Source

fbm-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.fbm-3d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.fbm-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.fbm-3d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.fbm-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.fbm-3d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.fbm-3d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: fbm-4d
Package

%cricket.generators.

Source

fbm-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.fbm-4d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.fbm-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.fbm-4d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.fbm-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.fbm-4d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.fbm-4d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: hybrid-multifractal-2d
Package

%cricket.generators.

Source

hybrid-multifractal-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.hybrid-multifractal-2d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.hybrid-multifractal-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.hybrid-multifractal-2d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.hybrid-multifractal-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.hybrid-multifractal-2d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.hybrid-multifractal-2d.

Type

mfiano-utils:f32

Initform

0.25

Readers

persistence.

Writers

(setf persistence).

Structure: hybrid-multifractal-3d
Package

%cricket.generators.

Source

hybrid-multifractal-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.hybrid-multifractal-3d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.hybrid-multifractal-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.hybrid-multifractal-3d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.hybrid-multifractal-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.hybrid-multifractal-3d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.hybrid-multifractal-3d.

Type

mfiano-utils:f32

Initform

0.25

Readers

persistence.

Writers

(setf persistence).

Structure: hybrid-multifractal-4d
Package

%cricket.generators.

Source

hybrid-multifractal-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.hybrid-multifractal-4d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.hybrid-multifractal-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.hybrid-multifractal-4d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.hybrid-multifractal-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.hybrid-multifractal-4d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.hybrid-multifractal-4d.

Type

mfiano-utils:f32

Initform

0.25

Readers

persistence.

Writers

(setf persistence).

Structure: image
Package

%cricket.map.

Source

image.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: width
Type

mfiano-utils:ub32

Initform

0

Readers

image-width.

Writers

(setf image-width).

Slot: height
Type

mfiano-utils:ub32

Initform

0

Readers

image-height.

Writers

(setf image-height).

Slot: data
Type

simple-vector

Initform

(make-array 0)

Readers

image-data.

Writers

(setf image-data).

Structure: map
Package

%cricket.map.

Source

map.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: width
Type

mfiano-utils:ub24

Initform

512

Readers

map-width.

Writers

(setf map-width).

Slot: height
Type

mfiano-utils:ub24

Initform

512

Readers

map-height.

Writers

(setf map-height).

Slot: data
Type

mfiano-utils:f32a

Initform

(mfiano-utils:make-f32-array 0)

Readers

map-data.

Writers

(setf map-data).

Structure: max
Package

%cricket.modifiers.

Source

max.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.max.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.max.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Structure: min
Package

%cricket.modifiers.

Source

min.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.min.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.min.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Structure: multifractal-2d
Package

%cricket.generators.

Source

multifractal-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.multifractal-2d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.multifractal-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.multifractal-2d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.multifractal-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.multifractal-2d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.multifractal-2d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: multifractal-3d
Package

%cricket.generators.

Source

multifractal-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.multifractal-3d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.multifractal-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.multifractal-3d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.multifractal-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.multifractal-3d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.multifractal-3d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: multifractal-4d
Package

%cricket.generators.

Source

multifractal-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.multifractal-4d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.multifractal-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.multifractal-4d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.multifractal-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.multifractal-4d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.multifractal-4d.

Type

mfiano-utils:f32

Initform

0.5

Readers

persistence.

Writers

(setf persistence).

Structure: negate
Package

%cricket.modifiers.

Source

negate.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.negate.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Structure: open-simplex-2d
Package

%cricket.generators.

Source

open-simplex-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.open-simplex-2d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: open-simplex-3d
Package

%cricket.generators.

Source

open-simplex-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.open-simplex-3d.

Type

(mfiano-utils:ub8a 256)

Initform

%cricket.generators.open-simplex-3d::+permutation+

Readers

table.

Writers

(setf table).

Structure: open-simplex-4d
Package

%cricket.generators.

Source

open-simplex-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.open-simplex-4d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: open-simplex2f-2d
Package

%cricket.generators.

Source

open-simplex2f-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: gradients
Package

%cricket.generators.open-simplex2f-2d.

Type

(mfiano-utils:f64a 4096)

Initform

(mfiano-utils:make-f64-array 4096)

Readers

gradients.

Writers

(setf gradients).

Slot: table
Package

%cricket.generators.open-simplex2f-2d.

Type

(mfiano-utils:b16a 2048)

Initform

(mfiano-utils:make-b16-array 2048)

Readers

table.

Writers

(setf table).

Slot: orientation
Package

%cricket.generators.open-simplex2f-2d.

Type

(member :standard :x/y)

Initform

:standard

Readers

orientation.

Writers

(setf orientation).

Structure: open-simplex2f-3d
Package

%cricket.generators.

Source

open-simplex2f-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: gradients
Package

%cricket.generators.open-simplex2f-3d.

Type

(mfiano-utils:f64a 6144)

Initform

(mfiano-utils:make-f64-array 6144)

Readers

gradients.

Writers

(setf gradients).

Slot: table
Package

%cricket.generators.open-simplex2f-3d.

Type

(mfiano-utils:b16a 2048)

Initform

(mfiano-utils:make-b16-array 2048)

Readers

table.

Writers

(setf table).

Slot: orientation
Package

%cricket.generators.open-simplex2f-3d.

Type

(member :standard :xy/z :xz/y)

Initform

:standard

Readers

orientation.

Writers

(setf orientation).

Structure: open-simplex2f-4d
Package

%cricket.generators.

Source

open-simplex2f-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: gradients
Package

%cricket.generators.open-simplex2f-4d.

Type

(mfiano-utils:f64a 8192)

Initform

(mfiano-utils:make-f64-array 8192)

Readers

gradients.

Writers

(setf gradients).

Slot: table
Package

%cricket.generators.open-simplex2f-4d.

Type

(mfiano-utils:b16a 2048)

Initform

(mfiano-utils:make-b16-array 2048)

Readers

table.

Writers

(setf table).

Slot: orientation
Package

%cricket.generators.open-simplex2f-4d.

Type

(member :standard :xy/zw :xz/yw :xyz/w)

Initform

:standard

Readers

orientation.

Writers

(setf orientation).

Structure: open-simplex2s-2d
Package

%cricket.generators.

Source

open-simplex2s-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: gradients
Package

%cricket.generators.open-simplex2s-2d.

Type

(mfiano-utils:f64a 4096)

Initform

(mfiano-utils:make-f64-array 4096)

Readers

gradients.

Writers

(setf gradients).

Slot: table
Package

%cricket.generators.open-simplex2s-2d.

Type

(mfiano-utils:b16a 2048)

Initform

(mfiano-utils:make-b16-array 2048)

Readers

table.

Writers

(setf table).

Slot: orientation
Package

%cricket.generators.open-simplex2s-2d.

Type

(member :standard :x/y)

Initform

:standard

Readers

orientation.

Writers

(setf orientation).

Structure: open-simplex2s-3d
Package

%cricket.generators.

Source

open-simplex2s-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: gradients
Package

%cricket.generators.open-simplex2s-3d.

Type

(mfiano-utils:f64a 6144)

Initform

(mfiano-utils:make-f64-array 6144)

Readers

gradients.

Writers

(setf gradients).

Slot: table
Package

%cricket.generators.open-simplex2s-3d.

Type

(mfiano-utils:b16a 2048)

Initform

(mfiano-utils:make-b16-array 2048)

Readers

table.

Writers

(setf table).

Slot: orientation
Package

%cricket.generators.open-simplex2s-3d.

Type

(member :standard :xy/z :xz/y)

Initform

:standard

Readers

orientation.

Writers

(setf orientation).

Structure: open-simplex2s-4d
Package

%cricket.generators.

Source

open-simplex2s-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: gradients
Package

%cricket.generators.open-simplex2s-4d.

Type

(mfiano-utils:f64a 8192)

Initform

(mfiano-utils:make-f64-array 8192)

Readers

gradients.

Writers

(setf gradients).

Slot: table
Package

%cricket.generators.open-simplex2s-4d.

Type

(mfiano-utils:b16a 2048)

Initform

(mfiano-utils:make-b16-array 2048)

Readers

table.

Writers

(setf table).

Slot: orientation
Package

%cricket.generators.open-simplex2s-4d.

Type

(member :standard :xy/zw :xz/yw :xyz/w)

Initform

:standard

Readers

orientation.

Writers

(setf orientation).

Structure: perlin-1d
Package

%cricket.generators.

Source

perlin-1d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.perlin-1d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: perlin-2d
Package

%cricket.generators.

Source

perlin-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.perlin-2d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: perlin-3d
Package

%cricket.generators.

Source

perlin-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.perlin-3d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: perlin-4d
Package

%cricket.generators.

Source

perlin-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.perlin-4d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: power
Package

%cricket.modifiers.

Source

power.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.power.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.power.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Structure: ridged-multifractal-2d
Package

%cricket.generators.

Source

ridged-multifractal-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.ridged-multifractal-2d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.ridged-multifractal-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.ridged-multifractal-2d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.ridged-multifractal-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.ridged-multifractal-2d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.ridged-multifractal-2d.

Type

mfiano-utils:f32

Initform

1.0

Readers

persistence.

Writers

(setf persistence).

Slot: attenuation
Package

%cricket.generators.ridged-multifractal-2d.

Type

mfiano-utils:f32

Initform

2.0

Readers

attenuation.

Writers

(setf attenuation).

Structure: ridged-multifractal-3d
Package

%cricket.generators.

Source

ridged-multifractal-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.ridged-multifractal-3d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.ridged-multifractal-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.ridged-multifractal-3d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.ridged-multifractal-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.ridged-multifractal-3d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.ridged-multifractal-3d.

Type

mfiano-utils:f32

Initform

1.0

Readers

persistence.

Writers

(setf persistence).

Slot: attenuation
Package

%cricket.generators.ridged-multifractal-3d.

Type

mfiano-utils:f32

Initform

2.0

Readers

attenuation.

Writers

(setf attenuation).

Structure: ridged-multifractal-4d
Package

%cricket.generators.

Source

ridged-multifractal-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: sources
Package

%cricket.generators.ridged-multifractal-4d.

Type

simple-vector

Initform

(vector)

Readers

sources.

Writers

(setf sources).

Slot: scale
Package

%cricket.generators.ridged-multifractal-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

scale.

Writers

(setf scale).

Slot: octaves
Package

%cricket.generators.ridged-multifractal-4d.

Type

(integer 1 32)

Initform

4

Readers

octaves.

Writers

(setf octaves).

Slot: frequency
Package

%cricket.generators.ridged-multifractal-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

frequency.

Writers

(setf frequency).

Slot: lacunarity
Package

%cricket.generators.ridged-multifractal-4d.

Type

mfiano-utils:f32

Initform

2.0

Readers

lacunarity.

Writers

(setf lacunarity).

Slot: persistence
Package

%cricket.generators.ridged-multifractal-4d.

Type

mfiano-utils:f32

Initform

1.0

Readers

persistence.

Writers

(setf persistence).

Slot: attenuation
Package

%cricket.generators.ridged-multifractal-4d.

Type

mfiano-utils:f32

Initform

2.0

Readers

attenuation.

Writers

(setf attenuation).

Structure: rotate
Package

%cricket.modifiers.

Source

rotate.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.rotate.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: rx1
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

rx1.

Writers

(setf rx1).

Slot: rx2
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

rx2.

Writers

(setf rx2).

Slot: rx3
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

rx3.

Writers

(setf rx3).

Slot: ry1
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

ry1.

Writers

(setf ry1).

Slot: ry2
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

ry2.

Writers

(setf ry2).

Slot: ry3
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

ry3.

Writers

(setf ry3).

Slot: rz1
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

rz1.

Writers

(setf rz1).

Slot: rz2
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

rz2.

Writers

(setf rz2).

Slot: rz3
Package

%cricket.modifiers.rotate.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

rz3.

Writers

(setf rz3).

Structure: sampler
Package

%cricket.internal.

Source

common.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

print-object.

Direct slots
Slot: rng
Type

(or seedable-rng:generator null)

Readers

sampler-rng.

Writers

(setf sampler-rng).

Structure: scale
Package

%cricket.modifiers.

Source

scale.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.scale.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: x
Package

%cricket.modifiers.scale.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

x.

Writers

(setf x).

Slot: y
Package

%cricket.modifiers.scale.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

y.

Writers

(setf y).

Slot: z
Package

%cricket.modifiers.scale.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

z.

Writers

(setf z).

Slot: w
Package

%cricket.modifiers.scale.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

w.

Writers

(setf w).

Structure: select
Package

%cricket.modifiers.

Source

select.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source1
Package

%cricket.modifiers.select.

Type

%cricket.internal:sampler

Readers

source1.

Writers

(setf source1).

Slot: source2
Package

%cricket.modifiers.select.

Type

%cricket.internal:sampler

Readers

source2.

Writers

(setf source2).

Slot: control
Package

%cricket.modifiers.select.

Type

%cricket.internal:sampler

Readers

control.

Writers

(setf control).

Slot: min
Package

%cricket.modifiers.select.

Type

mfiano-utils:f32

Initform

-1.0

Readers

min.

Writers

(setf min).

Slot: max
Package

%cricket.modifiers.select.

Type

mfiano-utils:f32

Initform

1.0

Readers

max.

Writers

(setf max).

Slot: falloff
Package

%cricket.modifiers.select.

Type

mfiano-utils:f32

Initform

0.0

Readers

falloff.

Writers

(setf falloff).

Structure: simplex-1d
Package

%cricket.generators.

Source

simplex-1d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.simplex-1d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: simplex-2d
Package

%cricket.generators.

Source

simplex-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.simplex-2d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: simplex-3d
Package

%cricket.generators.

Source

simplex-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.simplex-3d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: simplex-4d
Package

%cricket.generators.

Source

simplex-4d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: table
Package

%cricket.generators.simplex-4d.

Type

(mfiano-utils:ub8a 512)

Readers

table.

Writers

(setf table).

Structure: spheres-3d
Package

%cricket.generators.

Source

spheres-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: frequency
Package

%cricket.generators.spheres-3d.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

frequency.

Writers

(setf frequency).

Structure: strengthen
Package

%cricket.modifiers.

Source

strengthen.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.strengthen.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: strength
Package

%cricket.modifiers.strengthen.

Type

mfiano-utils:f32

Initform

1.0

Readers

strength.

Writers

(setf strength).

Slot: bias
Package

%cricket.modifiers.strengthen.

Type

mfiano-utils:f32

Initform

0.0

Readers

bias.

Writers

(setf bias).

Structure: terrace
Package

%cricket.modifiers.

Source

terrace.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.terrace.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: control-points
Package

%cricket.modifiers.terrace.

Type

mfiano-utils:f32a

Initform

(mfiano-utils:make-f32-array 0)

Readers

control-points.

Writers

(setf control-points).

Slot: invert-p
Package

%cricket.modifiers.terrace.

Type

boolean

Readers

invert-p.

Writers

(setf invert-p).

Structure: translate
Package

%cricket.modifiers.

Source

translate.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.translate.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: x
Package

%cricket.modifiers.translate.

Type

mfiano-utils:f32

Initform

0.0

Readers

x.

Writers

(setf x).

Slot: y
Package

%cricket.modifiers.translate.

Type

mfiano-utils:f32

Initform

0.0

Readers

y.

Writers

(setf y).

Slot: z
Package

%cricket.modifiers.translate.

Type

mfiano-utils:f32

Initform

0.0

Readers

z.

Writers

(setf z).

Slot: w
Package

%cricket.modifiers.translate.

Type

mfiano-utils:f32

Initform

0.0

Readers

w.

Writers

(setf w).

Structure: turbulence
Package

%cricket.modifiers.

Source

turbulence.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: source
Package

%cricket.modifiers.turbulence.

Type

%cricket.internal:sampler

Readers

source.

Writers

(setf source).

Slot: displacement-source
Package

%cricket.modifiers.turbulence.

Type

%cricket.internal:sampler

Readers

displacement-source.

Writers

(setf displacement-source).

Slot: power
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

1.0d0

Readers

power.

Writers

(setf power).

Slot: x1
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

x1.

Writers

(setf x1).

Slot: x2
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

x2.

Writers

(setf x2).

Slot: x3
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

x3.

Writers

(setf x3).

Slot: x4
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

x4.

Writers

(setf x4).

Slot: y1
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

y1.

Writers

(setf y1).

Slot: y2
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

y2.

Writers

(setf y2).

Slot: y3
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

y3.

Writers

(setf y3).

Slot: y4
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

y4.

Writers

(setf y4).

Slot: z1
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

z1.

Writers

(setf z1).

Slot: z2
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

z2.

Writers

(setf z2).

Slot: z3
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

z3.

Writers

(setf z3).

Slot: z4
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

z4.

Writers

(setf z4).

Slot: w1
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

w1.

Writers

(setf w1).

Slot: w2
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

w2.

Writers

(setf w2).

Slot: w3
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

w3.

Writers

(setf w3).

Slot: w4
Package

%cricket.modifiers.turbulence.

Type

mfiano-utils:f64

Initform

0.0d0

Readers

w4.

Writers

(setf w4).

Structure: value-2d
Package

%cricket.generators.

Source

value-2d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: seed
Package

%cricket.generators.value-2d.

Type

mfiano-utils:ub32

Initform

0

Readers

seed.

Writers

(setf seed).

Structure: value-3d
Package

%cricket.generators.

Source

value-3d.lisp.

Direct superclasses

sampler.

Direct methods

sample.

Direct slots
Slot: seed
Package

%cricket.generators.value-3d.

Type

mfiano-utils:ub32

Initform

0

Readers

seed.

Writers

(setf seed).


6.2 Internals


6.2.1 Constants

Constant: +gradients+
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Constant: +gradients+
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Constant: +gradients+
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Constant: +gradients+
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Constant: +gradients+
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Constant: +gradients+
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Constant: +gradients+
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Constant: +gradients+
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Constant: +gradients+
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Constant: +lookup+
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Constant: +lookup+
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Constant: +lookup+
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Constant: +lookup+
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Constant: +lookup+
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Constant: +lookup+
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Constant: +lookup-pregen+
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Constant: +permutation+
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Constant: +prime-x+
Package

%cricket.internal.

Source

common.lisp.

Constant: +prime-y+
Package

%cricket.internal.

Source

common.lisp.

Constant: +prime-z+
Package

%cricket.internal.

Source

common.lisp.

Constant: +scale+
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Constant: +scale+
Package

%cricket.generators.simplex-4d.

Source

simplex-4d.lisp.

Constant: +scale+
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Constant: +scale+
Package

%cricket.generators.simplex-2d.

Source

simplex-2d.lisp.

Constant: +scale+
Package

%cricket.generators.simplex-3d.

Source

simplex-3d.lisp.

Constant: +scale+
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Constant: +scale+
Package

%cricket.generators.simplex-1d.

Source

simplex-1d.lisp.

Constant: +skew-factor+
Package

%cricket.generators.simplex-4d.

Source

simplex-4d.lisp.

Constant: +skew-factor+
Package

%cricket.generators.simplex-2d.

Source

simplex-2d.lisp.

Constant: +skew-factor+
Package

%cricket.generators.simplex-3d.

Source

simplex-3d.lisp.

Constant: +squish+
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Constant: +squish+
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Constant: +squish+
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Constant: +stretch+
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Constant: +stretch+
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Constant: +stretch+
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Constant: +table+
Package

%cricket.generators.simplex-4d.

Source

simplex-4d.lisp.

Constant: +table+
Package

%cricket.generators.cellular-3d.

Source

cellular-3d.lisp.

Constant: +table+
Package

%cricket.generators.cellular-2d.

Source

cellular-2d.lisp.

Constant: +unskew-factor+
Package

%cricket.generators.simplex-4d.

Source

simplex-4d.lisp.

Constant: +unskew-factor+
Package

%cricket.generators.simplex-2d.

Source

simplex-2d.lisp.

Constant: +unskew-factor+
Package

%cricket.generators.simplex-3d.

Source

simplex-3d.lisp.


6.2.2 Macros

Macro: lookup (table &body first)
Package

%cricket.internal.

Source

common.lisp.

Macro: lookup-wrap (table &body first)
Package

%cricket.internal.

Source

common.lisp.


6.2.3 Ordinary functions

Function: %make-gradient (&key points)
Package

%cricket.map.

Source

gradient.lisp.

Function: %make-image (&key width height data)
Package

%cricket.map.

Source

image.lisp.

Function: %make-lattice-point (&key xsv ysv zsv wsv dx dy dz dw)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Function: %make-lattice-point (&key dxr dyr dzr xrv yrv zrv next/fail next/success)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Function: %make-lattice-point (&key dxr dyr dzr xrv yrv zrv next/fail next/success)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Function: %make-lattice-point (&key xsv ysv dx dy)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Function: %make-lattice-point (&key xsv ysv zsv wsv dx dy dz dw xsi ysi zsi wsi ssi-delta)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Function: %make-map (&key width height data)
Package

%cricket.map.

Source

map.lisp.

Function: %make-state (&key sampler stretch-offset xsb ysb dx0 dy0 dx1 dy1 dx2 dy2 dx-ext dy-ext xsv-ext ysv-ext xins yins ins value)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: %make-state (&key sampler stretch-offset xsb ysb zsb dx0 dy0 dz0 dx1 dy1 dz1 dx2 dy2 dz2 dx3 dy3 dz3 dx4 dy4 dz4 dx5 dy5 dz5 dx6 dy6 dz6 dx-ext0 dy-ext0 dz-ext0 dx-ext1 dy-ext1 dz-ext1 xsv-ext0 ysv-ext0 zsv-ext0 xsv-ext1 ysv-ext1 zsv-ext1 xins yins zins ins value)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: %make-state (&key sampler stretch-offset xsb ysb zsb wsb dx0 dy0 dz0 dw0 dx1 dy1 dz1 dw1 dx2 dy2 dz2 dw2 dx3 dy3 dz3 dw3 dx4 dy4 dz4 dw4 dx5 dy5 dz5 dw5 dx6 dy6 dz6 dw6 dx7 dy7 dz7 dw7 dx8 dy8 dz8 dw8 dx9 dy9 dz9 dw9 dx10 dy10 dz10 dw10 dx-ext0 dy-ext0 dz-ext0 dw-ext0 dx-ext1 dy-ext1 dz-ext1 dw-ext1 dx-ext2 dy-ext2 dz-ext2 dw-ext2 xsv-ext0 ysv-ext0 zsv-ext0 wsv-ext0 xsv-ext1 ysv-ext1 zsv-ext1 wsv-ext1 xsv-ext2 ysv-ext2 zsv-ext2 wsv-ext2 xins yins zins wins ins value)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: a (structure)
Package

%cricket.map.

Source

color.lisp.

Function: (setf a) (structure)
Package

%cricket.map.

Source

color.lisp.

Reader: attenuation (instance)
Writer: (setf attenuation) (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Target Slot

attenuation.

Reader: attenuation (instance)
Writer: (setf attenuation) (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Target Slot

attenuation.

Reader: attenuation (instance)
Writer: (setf attenuation) (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Target Slot

attenuation.

Function: b (structure)
Package

%cricket.map.

Source

color.lisp.

Function: (setf b) (structure)
Package

%cricket.map.

Source

color.lisp.

Reader: bias (instance)
Writer: (setf bias) (instance)
Package

%cricket.modifiers.strengthen.

Source

strengthen.lisp.

Target Slot

bias.

Function: blend-colors (color1 color2 alpha)
Package

%cricket.map.

Source

color.lisp.

Function: build-lattice-points ()
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Function: build-lattice-points ()
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Function: build-lattice-points ()
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Reader: cached-p (instance)
Writer: (setf cached-p) (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Target Slot

cached-p.

Function: clear-gradient (gradient)
Package

%cricket.map.

Source

gradient.lisp.

Function: contribute (state dx dy xsb ysb)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: contribute (state dx dy dz xsb ysb zsb)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: contribute (state dx dy dz dw xsb ysb zsb wsb)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: contribute1 (state)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: contribute1 (state)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: contribute1 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: contribute2 (state)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: contribute2 (state)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: contribute2 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: contribute3 (state)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: contribute3 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: contribute4 (state)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: contribute4 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: contribute5 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Reader: control (instance)
Writer: (setf control) (instance)
Package

%cricket.modifiers.blend.

Source

blend.lisp.

Target Slot

control.

Reader: control (instance)
Writer: (setf control) (instance)
Package

%cricket.modifiers.select.

Source

select.lisp.

Target Slot

control.

Reader: control-points (instance)
Writer: (setf control-points) (instance)
Package

%cricket.modifiers.curve.

Source

curve.lisp.

Target Slot

control-points.

Reader: control-points (instance)
Writer: (setf control-points) (instance)
Package

%cricket.modifiers.terrace.

Source

terrace.lisp.

Target Slot

control-points.

Function: cubic-curve (x)
Package

%cricket.internal.

Source

common.lisp.

Reader: displacement-source (instance)
Writer: (setf displacement-source) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

displacement-source.

Reader: distance-method (instance)
Writer: (setf distance-method) (instance)
Package

%cricket.generators.cellular-3d.

Source

cellular-3d.lisp.

Target Slot

distance-method.

Reader: distance-method (instance)
Writer: (setf distance-method) (instance)
Package

%cricket.generators.cellular-2d.

Source

cellular-2d.lisp.

Target Slot

distance-method.

Reader: dw (instance)
Writer: (setf dw) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

dw.

Reader: dw (instance)
Writer: (setf dw) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

dw.

Reader: dw-ext0 (instance)
Writer: (setf dw-ext0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw-ext0.

Reader: dw-ext1 (instance)
Writer: (setf dw-ext1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw-ext1.

Reader: dw-ext2 (instance)
Writer: (setf dw-ext2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw-ext2.

Reader: dw0 (instance)
Writer: (setf dw0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw0.

Reader: dw1 (instance)
Writer: (setf dw1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw1.

Reader: dw10 (instance)
Writer: (setf dw10) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw10.

Reader: dw2 (instance)
Writer: (setf dw2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw2.

Reader: dw3 (instance)
Writer: (setf dw3) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw3.

Reader: dw4 (instance)
Writer: (setf dw4) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw4.

Reader: dw5 (instance)
Writer: (setf dw5) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw5.

Reader: dw6 (instance)
Writer: (setf dw6) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw6.

Reader: dw7 (instance)
Writer: (setf dw7) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw7.

Reader: dw8 (instance)
Writer: (setf dw8) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw8.

Reader: dw9 (instance)
Writer: (setf dw9) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dw9.

Reader: dx (instance)
Writer: (setf dx) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

dx.

Reader: dx (instance)
Writer: (setf dx) (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Target Slot

dx.

Reader: dx (instance)
Writer: (setf dx) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

dx.

Reader: dx-ext (instance)
Writer: (setf dx-ext) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

dx-ext.

Reader: dx-ext0 (instance)
Writer: (setf dx-ext0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx-ext0.

Reader: dx-ext0 (instance)
Writer: (setf dx-ext0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx-ext0.

Reader: dx-ext1 (instance)
Writer: (setf dx-ext1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx-ext1.

Reader: dx-ext1 (instance)
Writer: (setf dx-ext1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx-ext1.

Reader: dx-ext2 (instance)
Writer: (setf dx-ext2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx-ext2.

Reader: dx0 (instance)
Writer: (setf dx0) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

dx0.

Reader: dx0 (instance)
Writer: (setf dx0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx0.

Reader: dx0 (instance)
Writer: (setf dx0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx0.

Reader: dx1 (instance)
Writer: (setf dx1) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

dx1.

Reader: dx1 (instance)
Writer: (setf dx1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx1.

Reader: dx1 (instance)
Writer: (setf dx1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx1.

Reader: dx10 (instance)
Writer: (setf dx10) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx10.

Reader: dx2 (instance)
Writer: (setf dx2) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

dx2.

Reader: dx2 (instance)
Writer: (setf dx2) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx2.

Reader: dx2 (instance)
Writer: (setf dx2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx2.

Reader: dx3 (instance)
Writer: (setf dx3) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx3.

Reader: dx3 (instance)
Writer: (setf dx3) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx3.

Reader: dx4 (instance)
Writer: (setf dx4) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx4.

Reader: dx4 (instance)
Writer: (setf dx4) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx4.

Reader: dx5 (instance)
Writer: (setf dx5) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx5.

Reader: dx5 (instance)
Writer: (setf dx5) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx5.

Reader: dx6 (instance)
Writer: (setf dx6) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dx6.

Reader: dx6 (instance)
Writer: (setf dx6) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx6.

Reader: dx7 (instance)
Writer: (setf dx7) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx7.

Reader: dx8 (instance)
Writer: (setf dx8) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx8.

Reader: dx9 (instance)
Writer: (setf dx9) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dx9.

Reader: dxr (instance)
Writer: (setf dxr) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

dxr.

Reader: dxr (instance)
Writer: (setf dxr) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

dxr.

Reader: dy (instance)
Writer: (setf dy) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

dy.

Reader: dy (instance)
Writer: (setf dy) (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Target Slot

dy.

Reader: dy (instance)
Writer: (setf dy) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

dy.

Reader: dy-ext (instance)
Writer: (setf dy-ext) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

dy-ext.

Reader: dy-ext0 (instance)
Writer: (setf dy-ext0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy-ext0.

Reader: dy-ext0 (instance)
Writer: (setf dy-ext0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy-ext0.

Reader: dy-ext1 (instance)
Writer: (setf dy-ext1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy-ext1.

Reader: dy-ext1 (instance)
Writer: (setf dy-ext1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy-ext1.

Reader: dy-ext2 (instance)
Writer: (setf dy-ext2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy-ext2.

Reader: dy0 (instance)
Writer: (setf dy0) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

dy0.

Reader: dy0 (instance)
Writer: (setf dy0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy0.

Reader: dy0 (instance)
Writer: (setf dy0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy0.

Reader: dy1 (instance)
Writer: (setf dy1) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

dy1.

Reader: dy1 (instance)
Writer: (setf dy1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy1.

Reader: dy1 (instance)
Writer: (setf dy1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy1.

Reader: dy10 (instance)
Writer: (setf dy10) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy10.

Reader: dy2 (instance)
Writer: (setf dy2) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

dy2.

Reader: dy2 (instance)
Writer: (setf dy2) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy2.

Reader: dy2 (instance)
Writer: (setf dy2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy2.

Reader: dy3 (instance)
Writer: (setf dy3) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy3.

Reader: dy3 (instance)
Writer: (setf dy3) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy3.

Reader: dy4 (instance)
Writer: (setf dy4) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy4.

Reader: dy4 (instance)
Writer: (setf dy4) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy4.

Reader: dy5 (instance)
Writer: (setf dy5) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy5.

Reader: dy5 (instance)
Writer: (setf dy5) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy5.

Reader: dy6 (instance)
Writer: (setf dy6) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dy6.

Reader: dy6 (instance)
Writer: (setf dy6) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy6.

Reader: dy7 (instance)
Writer: (setf dy7) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy7.

Reader: dy8 (instance)
Writer: (setf dy8) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy8.

Reader: dy9 (instance)
Writer: (setf dy9) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dy9.

Reader: dyr (instance)
Writer: (setf dyr) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

dyr.

Reader: dyr (instance)
Writer: (setf dyr) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

dyr.

Reader: dz (instance)
Writer: (setf dz) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

dz.

Reader: dz (instance)
Writer: (setf dz) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

dz.

Reader: dz-ext0 (instance)
Writer: (setf dz-ext0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz-ext0.

Reader: dz-ext0 (instance)
Writer: (setf dz-ext0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz-ext0.

Reader: dz-ext1 (instance)
Writer: (setf dz-ext1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz-ext1.

Reader: dz-ext1 (instance)
Writer: (setf dz-ext1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz-ext1.

Reader: dz-ext2 (instance)
Writer: (setf dz-ext2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz-ext2.

Reader: dz0 (instance)
Writer: (setf dz0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz0.

Reader: dz0 (instance)
Writer: (setf dz0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz0.

Reader: dz1 (instance)
Writer: (setf dz1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz1.

Reader: dz1 (instance)
Writer: (setf dz1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz1.

Reader: dz10 (instance)
Writer: (setf dz10) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz10.

Reader: dz2 (instance)
Writer: (setf dz2) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz2.

Reader: dz2 (instance)
Writer: (setf dz2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz2.

Reader: dz3 (instance)
Writer: (setf dz3) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz3.

Reader: dz3 (instance)
Writer: (setf dz3) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz3.

Reader: dz4 (instance)
Writer: (setf dz4) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz4.

Reader: dz4 (instance)
Writer: (setf dz4) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz4.

Reader: dz5 (instance)
Writer: (setf dz5) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz5.

Reader: dz5 (instance)
Writer: (setf dz5) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz5.

Reader: dz6 (instance)
Writer: (setf dz6) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

dz6.

Reader: dz6 (instance)
Writer: (setf dz6) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz6.

Reader: dz7 (instance)
Writer: (setf dz7) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz7.

Reader: dz8 (instance)
Writer: (setf dz8) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz8.

Reader: dz9 (instance)
Writer: (setf dz9) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

dz9.

Reader: dzr (instance)
Writer: (setf dzr) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

dzr.

Reader: dzr (instance)
Writer: (setf dzr) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

dzr.

Function: extrapolate (table xsb ysb dx dy)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: extrapolate (table xsb ysb zsb dx dy dz)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Reader: falloff (instance)
Writer: (setf falloff) (instance)
Package

%cricket.modifiers.select.

Source

select.lisp.

Target Slot

falloff.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.cylinders-3d.

Source

cylinders-3d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.spheres-3d.

Source

spheres-3d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Target Slot

frequency.

Reader: frequency (instance)
Writer: (setf frequency) (instance)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Target Slot

frequency.

Function: g (structure)
Package

%cricket.map.

Source

color.lisp.

Function: (setf g) (structure)
Package

%cricket.map.

Source

color.lisp.

Function: get-color-channels (color)
Package

%cricket.map.

Source

color.lisp.

Function: get-gradient-color (gradient position)
Package

%cricket.map.

Source

gradient.lisp.

Function: get-scale-factor (octaves persistence attenuation)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Function: get-scale-factor (octaves persistence attenuation)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Function: get-scale-factor (octaves persistence attenuation)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Function: get-scale-factor (octaves persistence)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Reader: gradient-point-color (instance)
Writer: (setf gradient-point-color) (instance)
Package

%cricket.map.

Source

gradient.lisp.

Target Slot

color.

Reader: gradient-point-position (instance)
Writer: (setf gradient-point-position) (instance)
Package

%cricket.map.

Source

gradient.lisp.

Target Slot

position.

Function: gradient-point-present-p (gradient position)
Package

%cricket.map.

Source

gradient.lisp.

Reader: gradient-points (instance)
Writer: (setf gradient-points) (instance)
Package

%cricket.map.

Source

gradient.lisp.

Target Slot

points.

Reader: gradients (instance)
Writer: (setf gradients) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

gradients.

Reader: gradients (instance)
Writer: (setf gradients) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

gradients.

Reader: gradients (instance)
Writer: (setf gradients) (instance)
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Target Slot

gradients.

Reader: gradients (instance)
Writer: (setf gradients) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

gradients.

Reader: gradients (instance)
Writer: (setf gradients) (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Target Slot

gradients.

Reader: gradients (instance)
Writer: (setf gradients) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

gradients.

Function: in1 (state)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: in1 (state)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: in1 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: in2 (state)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: in2 (state)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: in2 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: in3 (state)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: in3 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: in4 (state)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Reader: ins (instance)
Writer: (setf ins) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

ins.

Reader: ins (instance)
Writer: (setf ins) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

ins.

Reader: ins (instance)
Writer: (setf ins) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

ins.

Function: insert-gradient-point (gradient position color)
Package

%cricket.map.

Source

gradient.lisp.

Function: interpolate-cubic (a b c d alpha)
Package

%cricket.internal.

Source

common.lisp.

Reader: invert-p (instance)
Writer: (setf invert-p) (instance)
Package

%cricket.modifiers.terrace.

Source

terrace.lisp.

Target Slot

invert-p.

Reader: jitter (instance)
Writer: (setf jitter) (instance)
Package

%cricket.generators.cellular-3d.

Source

cellular-3d.lisp.

Target Slot

jitter.

Reader: jitter (instance)
Writer: (setf jitter) (instance)
Package

%cricket.generators.cellular-2d.

Source

cellular-2d.lisp.

Target Slot

jitter.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Target Slot

lacunarity.

Reader: lacunarity (instance)
Writer: (setf lacunarity) (instance)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Target Slot

lacunarity.

Function: make-abs (&key rng source)
Package

%cricket.modifiers.abs.

Source

abs.lisp.

Function: make-add (&key rng source1 source2)
Package

%cricket.modifiers.add.

Source

add.lisp.

Function: make-billow-2d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Function: make-billow-3d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Function: make-billow-4d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Function: make-blend (&key rng source1 source2 control)
Package

%cricket.modifiers.blend.

Source

blend.lisp.

Function: make-cache (&key rng source cached-p value x y z w)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Function: make-cellular-2d (&key rng seed distance-method output-type jitter)
Package

%cricket.generators.cellular-2d.

Source

cellular-2d.lisp.

Function: make-cellular-3d (&key rng seed distance-method output-type jitter)
Package

%cricket.generators.cellular-3d.

Source

cellular-3d.lisp.

Function: make-checker-2d (&key rng)
Package

%cricket.generators.checker-2d.

Source

checker-2d.lisp.

Function: make-clamp (&key rng source min max)
Package

%cricket.modifiers.clamp.

Source

clamp.lisp.

Function: make-constant (&key rng value)
Package

%cricket.generators.constant.

Source

constant.lisp.

Function: make-curve (&key rng source control-points)
Package

%cricket.modifiers.curve.

Source

curve.lisp.

Function: make-cylinders-3d (&key rng frequency)
Package

%cricket.generators.cylinders-3d.

Source

cylinders-3d.lisp.

Function: make-displace (&key rng source x y z w)
Package

%cricket.modifiers.displace.

Source

displace.lisp.

Function: make-divide (&key rng source1 source2)
Package

%cricket.modifiers.divide.

Source

divide.lisp.

Function: make-expt (&key rng source power)
Package

%cricket.modifiers.expt.

Source

expt.lisp.

Function: make-fbm-2d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Function: make-fbm-3d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Function: make-fbm-4d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Function: make-fractal-sources (generator rng count)
Package

%cricket.internal.

Source

common.lisp.

Function: make-gradient (&optional type)
Package

%cricket.map.

Source

gradient.lisp.

Function: make-gradient-point (&key position color)
Package

%cricket.map.

Source

gradient.lisp.

Function: make-hybrid-multifractal-2d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Function: make-hybrid-multifractal-3d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Function: make-hybrid-multifractal-4d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Function: make-image (width height)
Package

%cricket.map.

Source

image.lisp.

Function: make-lattice-point (xsv ysv zsv wsv)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Function: make-lattice-point (xrv yrv zrv lattice)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Function: make-lattice-point (xrv yrv zrv lattice)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Function: make-lattice-point (xsv ysv)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Function: make-lattice-point (xsv ysv zsv wsv)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Function: make-max (&key rng source1 source2)
Package

%cricket.modifiers.max.

Source

max.lisp.

Function: make-min (&key rng source1 source2)
Package

%cricket.modifiers.min.

Source

min.lisp.

Function: make-multifractal-2d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Function: make-multifractal-3d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Function: make-multifractal-4d (&key rng sources scale octaves frequency lacunarity persistence)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Function: make-multiply (&key rng source1 source2)
Package

%cricket.modifiers.multiply.

Source

multiply.lisp.

Function: make-negate (&key rng source)
Package

%cricket.modifiers.negate.

Source

negate.lisp.

Function: make-open-simplex-2d (&key rng table)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: make-open-simplex-3d (&key rng table)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: make-open-simplex-4d (&key rng table)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: make-open-simplex2f-2d (&key rng gradients table orientation)
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Function: make-open-simplex2f-3d (&key rng gradients table orientation)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Function: make-open-simplex2f-4d (&key rng gradients table orientation)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Function: make-open-simplex2s-2d (&key rng gradients table orientation)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Function: make-open-simplex2s-3d (&key rng gradients table orientation)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Function: make-open-simplex2s-4d (&key rng gradients table orientation)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Function: make-perlin-1d (&key rng table)
Package

%cricket.generators.perlin-1d.

Source

perlin-1d.lisp.

Function: make-perlin-2d (&key rng table)
Package

%cricket.generators.perlin-2d.

Source

perlin-2d.lisp.

Function: make-perlin-3d (&key rng table)
Package

%cricket.generators.perlin-3d.

Source

perlin-3d.lisp.

Function: make-perlin-4d (&key rng table)
Package

%cricket.generators.perlin-4d.

Source

perlin-4d.lisp.

Function: make-points (point-pairs)
Package

%cricket.modifiers.curve.

Source

curve.lisp.

Function: make-points (points)
Package

%cricket.modifiers.terrace.

Source

terrace.lisp.

Function: make-power (&key rng source1 source2)
Package

%cricket.modifiers.power.

Source

power.lisp.

Function: make-ridged-multifractal-2d (&key rng sources scale octaves frequency lacunarity persistence attenuation)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Function: make-ridged-multifractal-3d (&key rng sources scale octaves frequency lacunarity persistence attenuation)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Function: make-ridged-multifractal-4d (&key rng sources scale octaves frequency lacunarity persistence attenuation)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Function: make-rng (seed)
Package

%cricket.internal.

Source

common.lisp.

Function: make-rotate (&key rng source rx1 rx2 rx3 ry1 ry2 ry3 rz1 rz2 rz3)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Function: make-scale (&key rng source x y z w)
Package

%cricket.modifiers.scale.

Source

scale.lisp.

Function: make-select (&key rng source1 source2 control min max falloff)
Package

%cricket.modifiers.select.

Source

select.lisp.

Function: make-simplex-1d (&key rng table)
Package

%cricket.generators.simplex-1d.

Source

simplex-1d.lisp.

Function: make-simplex-2d (&key rng table)
Package

%cricket.generators.simplex-2d.

Source

simplex-2d.lisp.

Function: make-simplex-3d (&key rng table)
Package

%cricket.generators.simplex-3d.

Source

simplex-3d.lisp.

Function: make-simplex-4d (&key rng table)
Package

%cricket.generators.simplex-4d.

Source

simplex-4d.lisp.

Function: make-spheres-3d (&key rng frequency)
Package

%cricket.generators.spheres-3d.

Source

spheres-3d.lisp.

Function: make-state (sampler x y)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: make-state (sampler x y z)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: make-state (sampler x y z w)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: make-strengthen (&key rng source strength bias)
Package

%cricket.modifiers.strengthen.

Source

strengthen.lisp.

Function: make-subtract (&key rng source1 source2)
Package

%cricket.modifiers.subtract.

Source

subtract.lisp.

Function: make-terrace (&key rng source control-points invert-p)
Package

%cricket.modifiers.terrace.

Source

terrace.lisp.

Function: make-translate (&key rng source x y z w)
Package

%cricket.modifiers.translate.

Source

translate.lisp.

Function: make-turbulence (&key rng source displacement-source power x1 x2 x3 x4 y1 y2 y3 y4 z1 z2 z3 z4 w1 w2 w3 w4)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Function: make-value-2d (&key rng seed)
Package

%cricket.generators.value-2d.

Source

value-2d.lisp.

Function: make-value-3d (&key rng seed)
Package

%cricket.generators.value-3d.

Source

value-3d.lisp.

Reader: max (instance)
Writer: (setf max) (instance)
Package

%cricket.modifiers.clamp.

Source

clamp.lisp.

Target Slot

max.

Reader: max (instance)
Writer: (setf max) (instance)
Package

%cricket.modifiers.select.

Source

select.lisp.

Target Slot

max.

Reader: min (instance)
Writer: (setf min) (instance)
Package

%cricket.modifiers.clamp.

Source

clamp.lisp.

Target Slot

min.

Reader: min (instance)
Writer: (setf min) (instance)
Package

%cricket.modifiers.select.

Source

select.lisp.

Target Slot

min.

Reader: next/fail (instance)
Writer: (setf next/fail) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

next/fail.

Reader: next/fail (instance)
Writer: (setf next/fail) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

next/fail.

Reader: next/success (instance)
Writer: (setf next/success) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

next/success.

Reader: next/success (instance)
Writer: (setf next/success) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

next/success.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Target Slot

octaves.

Reader: octaves (instance)
Writer: (setf octaves) (instance)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Target Slot

octaves.

Function: orient (sampler x y z w)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Function: orient (sampler x y z)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Function: orient (sampler x y)
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Function: orient (sampler x y z)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Function: orient (sampler x y)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Function: orient (sampler x y z w)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Reader: orientation (instance)
Writer: (setf orientation) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

orientation.

Reader: orientation (instance)
Writer: (setf orientation) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

orientation.

Reader: orientation (instance)
Writer: (setf orientation) (instance)
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Target Slot

orientation.

Reader: orientation (instance)
Writer: (setf orientation) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

orientation.

Reader: orientation (instance)
Writer: (setf orientation) (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Target Slot

orientation.

Reader: orientation (instance)
Writer: (setf orientation) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

orientation.

Reader: output-type (instance)
Writer: (setf output-type) (instance)
Package

%cricket.generators.cellular-3d.

Source

cellular-3d.lisp.

Target Slot

output-type.

Reader: output-type (instance)
Writer: (setf output-type) (instance)
Package

%cricket.generators.cellular-2d.

Source

cellular-2d.lisp.

Target Slot

output-type.

Function: perlin-permute (rng)
Package

%cricket.internal.

Source

common.lisp.

Function: permute (rng)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Function: permute (rng)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Function: permute (rng)
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Function: permute (rng)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Function: permute (rng)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Function: permute (rng)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Target Slot

persistence.

Reader: persistence (instance)
Writer: (setf persistence) (instance)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Target Slot

persistence.

Reader: power (instance)
Writer: (setf power) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

power.

Reader: power (instance)
Writer: (setf power) (instance)
Package

%cricket.modifiers.expt.

Source

expt.lisp.

Target Slot

power.

Function: quintic-curve (x)
Package

%cricket.internal.

Source

common.lisp.

Function: r (structure)
Package

%cricket.map.

Source

color.lisp.

Function: (setf r) (structure)
Package

%cricket.map.

Source

color.lisp.

Function: rgba (r g b a)
Package

%cricket.map.

Source

color.lisp.

Function: rng (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.multiply.

Source

multiply.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.multiply.

Source

multiply.lisp.

Function: rng (instance)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Function: rng (instance)
Package

%cricket.generators.simplex-4d.

Source

simplex-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.simplex-4d.

Source

simplex-4d.lisp.

Function: rng (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Function: rng (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.divide.

Source

divide.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.divide.

Source

divide.lisp.

Function: rng (instance)
Package

%cricket.generators.constant.

Source

constant.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.constant.

Source

constant.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Function: rng (instance)
Package

%cricket.generators.cellular-3d.

Source

cellular-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.cellular-3d.

Source

cellular-3d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.negate.

Source

negate.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.negate.

Source

negate.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Function: rng (instance)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Function: rng (instance)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.min.

Source

min.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.min.

Source

min.lisp.

Function: rng (instance)
Package

%cricket.modifiers.translate.

Source

translate.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.translate.

Source

translate.lisp.

Function: rng (instance)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Function: rng (instance)
Package

%cricket.generators.cylinders-3d.

Source

cylinders-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.cylinders-3d.

Source

cylinders-3d.lisp.

Function: rng (instance)
Package

%cricket.generators.simplex-2d.

Source

simplex-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.simplex-2d.

Source

simplex-2d.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.curve.

Source

curve.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.curve.

Source

curve.lisp.

Function: rng (instance)
Package

%cricket.generators.perlin-1d.

Source

perlin-1d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.perlin-1d.

Source

perlin-1d.lisp.

Function: rng (instance)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Function: rng (instance)
Package

%cricket.generators.simplex-3d.

Source

simplex-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.simplex-3d.

Source

simplex-3d.lisp.

Function: rng (instance)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.scale.

Source

scale.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.scale.

Source

scale.lisp.

Function: rng (instance)
Package

%cricket.generators.perlin-4d.

Source

perlin-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.perlin-4d.

Source

perlin-4d.lisp.

Function: rng (instance)
Package

%cricket.generators.value-3d.

Source

value-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.value-3d.

Source

value-3d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.expt.

Source

expt.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.expt.

Source

expt.lisp.

Function: rng (instance)
Package

%cricket.modifiers.clamp.

Source

clamp.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.clamp.

Source

clamp.lisp.

Function: rng (instance)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.max.

Source

max.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.max.

Source

max.lisp.

Function: rng (instance)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Function: rng (instance)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.subtract.

Source

subtract.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.subtract.

Source

subtract.lisp.

Function: rng (instance)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.blend.

Source

blend.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.blend.

Source

blend.lisp.

Function: rng (instance)
Package

%cricket.modifiers.displace.

Source

displace.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.displace.

Source

displace.lisp.

Function: rng (instance)
Package

%cricket.generators.checker-2d.

Source

checker-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.checker-2d.

Source

checker-2d.lisp.

Function: rng (instance)
Package

%cricket.generators.spheres-3d.

Source

spheres-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.spheres-3d.

Source

spheres-3d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.abs.

Source

abs.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.abs.

Source

abs.lisp.

Function: rng (instance)
Package

%cricket.generators.value-2d.

Source

value-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.value-2d.

Source

value-2d.lisp.

Function: rng (instance)
Package

%cricket.generators.perlin-3d.

Source

perlin-3d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.perlin-3d.

Source

perlin-3d.lisp.

Function: rng (instance)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Function: rng (instance)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.select.

Source

select.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.select.

Source

select.lisp.

Function: rng (instance)
Package

%cricket.modifiers.strengthen.

Source

strengthen.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.strengthen.

Source

strengthen.lisp.

Function: rng (instance)
Package

%cricket.modifiers.power.

Source

power.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.power.

Source

power.lisp.

Function: rng (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.terrace.

Source

terrace.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.terrace.

Source

terrace.lisp.

Function: rng (instance)
Package

%cricket.generators.simplex-1d.

Source

simplex-1d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.simplex-1d.

Source

simplex-1d.lisp.

Function: rng (instance)
Package

%cricket.generators.perlin-2d.

Source

perlin-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.perlin-2d.

Source

perlin-2d.lisp.

Function: rng (instance)
Package

%cricket.generators.cellular-2d.

Source

cellular-2d.lisp.

Function: (setf rng) (instance)
Package

%cricket.generators.cellular-2d.

Source

cellular-2d.lisp.

Function: rng (instance)
Package

%cricket.modifiers.add.

Source

add.lisp.

Function: (setf rng) (instance)
Package

%cricket.modifiers.add.

Source

add.lisp.

Reader: rx1 (instance)
Writer: (setf rx1) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

rx1.

Reader: rx2 (instance)
Writer: (setf rx2) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

rx2.

Reader: rx3 (instance)
Writer: (setf rx3) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

rx3.

Reader: ry1 (instance)
Writer: (setf ry1) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

ry1.

Reader: ry2 (instance)
Writer: (setf ry2) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

ry2.

Reader: ry3 (instance)
Writer: (setf ry3) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

ry3.

Reader: rz1 (instance)
Writer: (setf rz1) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

rz1.

Reader: rz2 (instance)
Writer: (setf rz2) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

rz2.

Reader: rz3 (instance)
Writer: (setf rz3) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

rz3.

Reader: sampler (instance)
Writer: (setf sampler) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

sampler.

Reader: sampler (instance)
Writer: (setf sampler) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

sampler.

Reader: sampler (instance)
Writer: (setf sampler) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

sampler.

Reader: sampler-rng (instance)
Writer: (setf sampler-rng) (instance)
Package

%cricket.internal.

Source

common.lisp.

Target Slot

rng.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Target Slot

scale.

Reader: scale (instance)
Writer: (setf scale) (instance)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Target Slot

scale.

Reader: seed (instance)
Writer: (setf seed) (instance)
Package

%cricket.generators.cellular-3d.

Source

cellular-3d.lisp.

Target Slot

seed.

Reader: seed (instance)
Writer: (setf seed) (instance)
Package

%cricket.generators.value-3d.

Source

value-3d.lisp.

Target Slot

seed.

Reader: seed (instance)
Writer: (setf seed) (instance)
Package

%cricket.generators.value-2d.

Source

value-2d.lisp.

Target Slot

seed.

Reader: seed (instance)
Writer: (setf seed) (instance)
Package

%cricket.generators.cellular-2d.

Source

cellular-2d.lisp.

Target Slot

seed.

Function: set-image-channels (image x y r g b a)
Package

%cricket.map.

Source

image.lisp.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.rotate.

Source

rotate.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.negate.

Source

negate.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.translate.

Source

translate.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.curve.

Source

curve.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.scale.

Source

scale.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.expt.

Source

expt.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.clamp.

Source

clamp.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.displace.

Source

displace.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.abs.

Source

abs.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.strengthen.

Source

strengthen.lisp.

Target Slot

source.

Reader: source (instance)
Writer: (setf source) (instance)
Package

%cricket.modifiers.terrace.

Source

terrace.lisp.

Target Slot

source.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.multiply.

Source

multiply.lisp.

Target Slot

source1.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.divide.

Source

divide.lisp.

Target Slot

source1.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.min.

Source

min.lisp.

Target Slot

source1.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.max.

Source

max.lisp.

Target Slot

source1.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.subtract.

Source

subtract.lisp.

Target Slot

source1.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.blend.

Source

blend.lisp.

Target Slot

source1.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.select.

Source

select.lisp.

Target Slot

source1.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.power.

Source

power.lisp.

Target Slot

source1.

Reader: source1 (instance)
Writer: (setf source1) (instance)
Package

%cricket.modifiers.add.

Source

add.lisp.

Target Slot

source1.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.multiply.

Source

multiply.lisp.

Target Slot

source2.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.divide.

Source

divide.lisp.

Target Slot

source2.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.min.

Source

min.lisp.

Target Slot

source2.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.max.

Source

max.lisp.

Target Slot

source2.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.subtract.

Source

subtract.lisp.

Target Slot

source2.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.blend.

Source

blend.lisp.

Target Slot

source2.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.select.

Source

select.lisp.

Target Slot

source2.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.power.

Source

power.lisp.

Target Slot

source2.

Reader: source2 (instance)
Writer: (setf source2) (instance)
Package

%cricket.modifiers.add.

Source

add.lisp.

Target Slot

source2.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.ridged-multifractal-3d.

Source

ridged-multifractal-3d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.multifractal-3d.

Source

multifractal-3d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.ridged-multifractal-4d.

Source

ridged-multifractal-4d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.ridged-multifractal-2d.

Source

ridged-multifractal-2d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.fbm-2d.

Source

fbm-2d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.fbm-4d.

Source

fbm-4d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.hybrid-multifractal-4d.

Source

hybrid-multifractal-4d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.billow-4d.

Source

billow-4d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.fbm-3d.

Source

fbm-3d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.hybrid-multifractal-3d.

Source

hybrid-multifractal-3d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.billow-3d.

Source

billow-3d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.hybrid-multifractal-2d.

Source

hybrid-multifractal-2d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.multifractal-2d.

Source

multifractal-2d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.multifractal-4d.

Source

multifractal-4d.lisp.

Target Slot

sources.

Reader: sources (instance)
Writer: (setf sources) (instance)
Package

%cricket.generators.billow-2d.

Source

billow-2d.lisp.

Target Slot

sources.

Reader: ssi-delta (instance)
Writer: (setf ssi-delta) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

ssi-delta.

Reader: strength (instance)
Writer: (setf strength) (instance)
Package

%cricket.modifiers.strengthen.

Source

strengthen.lisp.

Target Slot

strength.

Reader: stretch-offset (instance)
Writer: (setf stretch-offset) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

stretch-offset.

Reader: stretch-offset (instance)
Writer: (setf stretch-offset) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

stretch-offset.

Reader: stretch-offset (instance)
Writer: (setf stretch-offset) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

stretch-offset.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.simplex-4d.

Source

simplex-4d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.simplex-2d.

Source

simplex-2d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex2f-2d.

Source

open-simplex2f-2d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.perlin-1d.

Source

perlin-1d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.simplex-3d.

Source

simplex-3d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.perlin-4d.

Source

perlin-4d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.perlin-3d.

Source

perlin-3d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.simplex-1d.

Source

simplex-1d.lisp.

Target Slot

table.

Reader: table (instance)
Writer: (setf table) (instance)
Package

%cricket.generators.perlin-2d.

Source

perlin-2d.lisp.

Target Slot

table.

Reader: value (instance)
Writer: (setf value) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

value.

Reader: value (instance)
Writer: (setf value) (instance)
Package

%cricket.generators.constant.

Source

constant.lisp.

Target Slot

value.

Reader: value (instance)
Writer: (setf value) (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Target Slot

value.

Reader: value (instance)
Writer: (setf value) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

value.

Reader: value (instance)
Writer: (setf value) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

value.

Reader: w (instance)
Writer: (setf w) (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Target Slot

w.

Reader: w (instance)
Writer: (setf w) (instance)
Package

%cricket.modifiers.translate.

Source

translate.lisp.

Target Slot

w.

Reader: w (instance)
Writer: (setf w) (instance)
Package

%cricket.modifiers.scale.

Source

scale.lisp.

Target Slot

w.

Reader: w (instance)
Writer: (setf w) (instance)
Package

%cricket.modifiers.displace.

Source

displace.lisp.

Target Slot

w.

Reader: w1 (instance)
Writer: (setf w1) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

w1.

Reader: w2 (instance)
Writer: (setf w2) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

w2.

Reader: w3 (instance)
Writer: (setf w3) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

w3.

Reader: w4 (instance)
Writer: (setf w4) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

w4.

Reader: wins (instance)
Writer: (setf wins) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

wins.

Function: write-map (map source x-min x-delta y-min y-delta)
Package

%cricket.map.

Source

map.lisp.

Function: write-map/parallel (map source x-min x-delta y-min y-delta)
Package

%cricket.map.

Source

map.lisp.

Reader: wsb (instance)
Writer: (setf wsb) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

wsb.

Reader: wsi (instance)
Writer: (setf wsi) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

wsi.

Reader: wsv (instance)
Writer: (setf wsv) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

wsv.

Reader: wsv (instance)
Writer: (setf wsv) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

wsv.

Reader: wsv-ext0 (instance)
Writer: (setf wsv-ext0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

wsv-ext0.

Reader: wsv-ext1 (instance)
Writer: (setf wsv-ext1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

wsv-ext1.

Reader: wsv-ext2 (instance)
Writer: (setf wsv-ext2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

wsv-ext2.

Reader: x (instance)
Writer: (setf x) (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Target Slot

x.

Reader: x (instance)
Writer: (setf x) (instance)
Package

%cricket.modifiers.translate.

Source

translate.lisp.

Target Slot

x.

Reader: x (instance)
Writer: (setf x) (instance)
Package

%cricket.modifiers.scale.

Source

scale.lisp.

Target Slot

x.

Reader: x (instance)
Writer: (setf x) (instance)
Package

%cricket.modifiers.displace.

Source

displace.lisp.

Target Slot

x.

Reader: x1 (instance)
Writer: (setf x1) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

x1.

Reader: x2 (instance)
Writer: (setf x2) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

x2.

Reader: x3 (instance)
Writer: (setf x3) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

x3.

Reader: x4 (instance)
Writer: (setf x4) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

x4.

Reader: xins (instance)
Writer: (setf xins) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

xins.

Reader: xins (instance)
Writer: (setf xins) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

xins.

Reader: xins (instance)
Writer: (setf xins) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

xins.

Reader: xrv (instance)
Writer: (setf xrv) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

xrv.

Reader: xrv (instance)
Writer: (setf xrv) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

xrv.

Reader: xsb (instance)
Writer: (setf xsb) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

xsb.

Reader: xsb (instance)
Writer: (setf xsb) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

xsb.

Reader: xsb (instance)
Writer: (setf xsb) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

xsb.

Reader: xsi (instance)
Writer: (setf xsi) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

xsi.

Reader: xsv (instance)
Writer: (setf xsv) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

xsv.

Reader: xsv (instance)
Writer: (setf xsv) (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Target Slot

xsv.

Reader: xsv (instance)
Writer: (setf xsv) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

xsv.

Reader: xsv-ext (instance)
Writer: (setf xsv-ext) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

xsv-ext.

Reader: xsv-ext0 (instance)
Writer: (setf xsv-ext0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

xsv-ext0.

Reader: xsv-ext0 (instance)
Writer: (setf xsv-ext0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

xsv-ext0.

Reader: xsv-ext1 (instance)
Writer: (setf xsv-ext1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

xsv-ext1.

Reader: xsv-ext1 (instance)
Writer: (setf xsv-ext1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

xsv-ext1.

Reader: xsv-ext2 (instance)
Writer: (setf xsv-ext2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

xsv-ext2.

Reader: y (instance)
Writer: (setf y) (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Target Slot

y.

Reader: y (instance)
Writer: (setf y) (instance)
Package

%cricket.modifiers.translate.

Source

translate.lisp.

Target Slot

y.

Reader: y (instance)
Writer: (setf y) (instance)
Package

%cricket.modifiers.scale.

Source

scale.lisp.

Target Slot

y.

Reader: y (instance)
Writer: (setf y) (instance)
Package

%cricket.modifiers.displace.

Source

displace.lisp.

Target Slot

y.

Reader: y1 (instance)
Writer: (setf y1) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

y1.

Reader: y2 (instance)
Writer: (setf y2) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

y2.

Reader: y3 (instance)
Writer: (setf y3) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

y3.

Reader: y4 (instance)
Writer: (setf y4) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

y4.

Reader: yins (instance)
Writer: (setf yins) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

yins.

Reader: yins (instance)
Writer: (setf yins) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

yins.

Reader: yins (instance)
Writer: (setf yins) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

yins.

Reader: yrv (instance)
Writer: (setf yrv) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

yrv.

Reader: yrv (instance)
Writer: (setf yrv) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

yrv.

Reader: ysb (instance)
Writer: (setf ysb) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

ysb.

Reader: ysb (instance)
Writer: (setf ysb) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

ysb.

Reader: ysb (instance)
Writer: (setf ysb) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

ysb.

Reader: ysi (instance)
Writer: (setf ysi) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

ysi.

Reader: ysv (instance)
Writer: (setf ysv) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

ysv.

Reader: ysv (instance)
Writer: (setf ysv) (instance)
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Target Slot

ysv.

Reader: ysv (instance)
Writer: (setf ysv) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

ysv.

Reader: ysv-ext (instance)
Writer: (setf ysv-ext) (instance)
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Target Slot

ysv-ext.

Reader: ysv-ext0 (instance)
Writer: (setf ysv-ext0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

ysv-ext0.

Reader: ysv-ext0 (instance)
Writer: (setf ysv-ext0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

ysv-ext0.

Reader: ysv-ext1 (instance)
Writer: (setf ysv-ext1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

ysv-ext1.

Reader: ysv-ext1 (instance)
Writer: (setf ysv-ext1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

ysv-ext1.

Reader: ysv-ext2 (instance)
Writer: (setf ysv-ext2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

ysv-ext2.

Reader: z (instance)
Writer: (setf z) (instance)
Package

%cricket.modifiers.cache.

Source

cache.lisp.

Target Slot

z.

Reader: z (instance)
Writer: (setf z) (instance)
Package

%cricket.modifiers.translate.

Source

translate.lisp.

Target Slot

z.

Reader: z (instance)
Writer: (setf z) (instance)
Package

%cricket.modifiers.scale.

Source

scale.lisp.

Target Slot

z.

Reader: z (instance)
Writer: (setf z) (instance)
Package

%cricket.modifiers.displace.

Source

displace.lisp.

Target Slot

z.

Reader: z1 (instance)
Writer: (setf z1) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

z1.

Reader: z2 (instance)
Writer: (setf z2) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

z2.

Reader: z3 (instance)
Writer: (setf z3) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

z3.

Reader: z4 (instance)
Writer: (setf z4) (instance)
Package

%cricket.modifiers.turbulence.

Source

turbulence.lisp.

Target Slot

z4.

Reader: zins (instance)
Writer: (setf zins) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

zins.

Reader: zins (instance)
Writer: (setf zins) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

zins.

Reader: zrv (instance)
Writer: (setf zrv) (instance)
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Target Slot

zrv.

Reader: zrv (instance)
Writer: (setf zrv) (instance)
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Target Slot

zrv.

Reader: zsb (instance)
Writer: (setf zsb) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

zsb.

Reader: zsb (instance)
Writer: (setf zsb) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

zsb.

Reader: zsi (instance)
Writer: (setf zsi) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

zsi.

Reader: zsv (instance)
Writer: (setf zsv) (instance)
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Target Slot

zsv.

Reader: zsv (instance)
Writer: (setf zsv) (instance)
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Target Slot

zsv.

Reader: zsv-ext0 (instance)
Writer: (setf zsv-ext0) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

zsv-ext0.

Reader: zsv-ext0 (instance)
Writer: (setf zsv-ext0) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

zsv-ext0.

Reader: zsv-ext1 (instance)
Writer: (setf zsv-ext1) (instance)
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Target Slot

zsv-ext1.

Reader: zsv-ext1 (instance)
Writer: (setf zsv-ext1) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

zsv-ext1.

Reader: zsv-ext2 (instance)
Writer: (setf zsv-ext2) (instance)
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Target Slot

zsv-ext2.


6.2.4 Generic functions

Generic Reader: argument (condition)
Package

%cricket.internal.

Methods
Reader Method: argument ((condition invalid-real-argument))
Source

conditions.lisp.

Target Slot

%argument.

Reader Method: argument ((condition invalid-sampler-argument))
Source

conditions.lisp.

Target Slot

%argument.

Generic Function: build-gradient (gradient type)
Package

%cricket.map.

Source

gradient.lisp.

Methods
Method: build-gradient ((gradient gradient) (type (eql :rainbow)))
Method: build-gradient ((gradient gradient) (type (eql :terrain)))
Method: build-gradient ((gradient gradient) (type (eql :grayscale)))
Method: build-gradient (gradient type)
Method: build-gradient :around (gradient type)
Generic Reader: distance-method (condition)
Package

%cricket.internal.

Methods
Reader Method: distance-method ((condition invalid-cellular-distance-method))
Source

conditions.lisp.

Target Slot

%distance-method.

Generic Reader: orientation (condition)
Package

%cricket.internal.

Methods
Reader Method: orientation ((condition invalid-open-simplex2-orientation))
Source

conditions.lisp.

Target Slot

%orientation.

Generic Reader: output-type (condition)
Package

%cricket.internal.

Methods
Reader Method: output-type ((condition invalid-cellular-output-type))
Source

conditions.lisp.

Target Slot

%output-type.

Generic Reader: sampler-type (condition)
Package

%cricket.internal.

Methods
Reader Method: sampler-type ((condition cricket-error))
Source

conditions.lisp.

Target Slot

%sampler-type.

Generic Reader: seed (condition)
Package

%cricket.internal.

Methods
Reader Method: seed ((condition invalid-seed))
Source

conditions.lisp.

Target Slot

%seed.

Generic Reader: valid-distance-methods (condition)
Package

%cricket.internal.

Methods
Reader Method: valid-distance-methods ((condition invalid-cellular-distance-method))
Source

conditions.lisp.

Target Slot

%valid-distance-methods.

Generic Reader: valid-orientations (condition)
Package

%cricket.internal.

Methods
Reader Method: valid-orientations ((condition invalid-open-simplex2-orientation))
Source

conditions.lisp.

Target Slot

%valid-orientations.

Generic Reader: valid-output-types (condition)
Package

%cricket.internal.

Methods
Reader Method: valid-output-types ((condition invalid-cellular-output-type))
Source

conditions.lisp.

Target Slot

%valid-output-types.

Generic Reader: value (condition)
Package

%cricket.internal.

Methods
Reader Method: value ((condition invalid-real-argument))
Source

conditions.lisp.

Target Slot

%value.

Reader Method: value ((condition invalid-fractal-octave-count))
Source

conditions.lisp.

Target Slot

%value.

Reader Method: value ((condition invalid-sampler-argument))
Source

conditions.lisp.

Target Slot

%value.


6.2.5 Structures

Structure: gradient
Package

%cricket.map.

Source

gradient.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: points
Type

simple-vector

Initform

(make-array 0)

Readers

gradient-points.

Writers

(setf gradient-points).

Structure: gradient-point
Package

%cricket.map.

Source

gradient.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: position
Package

common-lisp.

Type

mfiano-utils:f32

Initform

0.0

Readers

gradient-point-position.

Writers

(setf gradient-point-position).

Slot: color
Type

%cricket.map::color

Initform

(%cricket.map::rgba 0 0 0 0)

Readers

gradient-point-color.

Writers

(setf gradient-point-color).

Structure: lattice-point
Package

%cricket.generators.open-simplex2s-4d.

Source

open-simplex2s-4d.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: xsv
Type

mfiano-utils:b32

Initform

0

Readers

xsv.

Writers

(setf xsv).

Slot: ysv
Type

mfiano-utils:b32

Initform

0

Readers

ysv.

Writers

(setf ysv).

Slot: zsv
Type

mfiano-utils:b32

Initform

0

Readers

zsv.

Writers

(setf zsv).

Slot: wsv
Type

mfiano-utils:b32

Initform

0

Readers

wsv.

Writers

(setf wsv).

Slot: dx
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx.

Writers

(setf dx).

Slot: dy
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy.

Writers

(setf dy).

Slot: dz
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz.

Writers

(setf dz).

Slot: dw
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw.

Writers

(setf dw).

Structure: lattice-point
Package

%cricket.generators.open-simplex2s-3d.

Source

open-simplex2s-3d.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: dxr
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dxr.

Writers

(setf dxr).

Slot: dyr
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dyr.

Writers

(setf dyr).

Slot: dzr
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dzr.

Writers

(setf dzr).

Slot: xrv
Type

mfiano-utils:b32

Initform

0

Readers

xrv.

Writers

(setf xrv).

Slot: yrv
Type

mfiano-utils:b32

Initform

0

Readers

yrv.

Writers

(setf yrv).

Slot: zrv
Type

mfiano-utils:b32

Initform

0

Readers

zrv.

Writers

(setf zrv).

Slot: next/fail
Type

(or %cricket.generators.open-simplex2s-3d::lattice-point null)

Readers

next/fail.

Writers

(setf next/fail).

Slot: next/success
Type

(or %cricket.generators.open-simplex2s-3d::lattice-point null)

Readers

next/success.

Writers

(setf next/success).

Structure: lattice-point
Package

%cricket.generators.open-simplex2f-3d.

Source

open-simplex2f-3d.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: dxr
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dxr.

Writers

(setf dxr).

Slot: dyr
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dyr.

Writers

(setf dyr).

Slot: dzr
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dzr.

Writers

(setf dzr).

Slot: xrv
Type

mfiano-utils:b32

Initform

0

Readers

xrv.

Writers

(setf xrv).

Slot: yrv
Type

mfiano-utils:b32

Initform

0

Readers

yrv.

Writers

(setf yrv).

Slot: zrv
Type

mfiano-utils:b32

Initform

0

Readers

zrv.

Writers

(setf zrv).

Slot: next/fail
Type

(or %cricket.generators.open-simplex2f-3d::lattice-point null)

Readers

next/fail.

Writers

(setf next/fail).

Slot: next/success
Type

(or %cricket.generators.open-simplex2f-3d::lattice-point null)

Readers

next/success.

Writers

(setf next/success).

Structure: lattice-point
Package

%cricket.generators.open-simplex2s-2d.

Source

open-simplex2s-2d.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: xsv
Type

mfiano-utils:b32

Initform

0

Readers

xsv.

Writers

(setf xsv).

Slot: ysv
Type

mfiano-utils:b32

Initform

0

Readers

ysv.

Writers

(setf ysv).

Slot: dx
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx.

Writers

(setf dx).

Slot: dy
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy.

Writers

(setf dy).

Structure: lattice-point
Package

%cricket.generators.open-simplex2f-4d.

Source

open-simplex2f-4d.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: xsv
Type

mfiano-utils:b32

Initform

0

Readers

xsv.

Writers

(setf xsv).

Slot: ysv
Type

mfiano-utils:b32

Initform

0

Readers

ysv.

Writers

(setf ysv).

Slot: zsv
Type

mfiano-utils:b32

Initform

0

Readers

zsv.

Writers

(setf zsv).

Slot: wsv
Type

mfiano-utils:b32

Initform

0

Readers

wsv.

Writers

(setf wsv).

Slot: dx
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx.

Writers

(setf dx).

Slot: dy
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy.

Writers

(setf dy).

Slot: dz
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz.

Writers

(setf dz).

Slot: dw
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw.

Writers

(setf dw).

Slot: xsi
Type

mfiano-utils:f64

Initform

0

Readers

xsi.

Writers

(setf xsi).

Slot: ysi
Type

mfiano-utils:f64

Initform

0

Readers

ysi.

Writers

(setf ysi).

Slot: zsi
Type

mfiano-utils:f64

Initform

0

Readers

zsi.

Writers

(setf zsi).

Slot: wsi
Type

mfiano-utils:f64

Initform

0

Readers

wsi.

Writers

(setf wsi).

Slot: ssi-delta
Type

mfiano-utils:f64

Initform

0.0d0

Readers

ssi-delta.

Writers

(setf ssi-delta).

Structure: state
Package

%cricket.generators.open-simplex-2d.

Source

open-simplex-2d.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: sampler
Type

%cricket.generators:open-simplex-2d

Readers

sampler.

Writers

(setf sampler).

Slot: stretch-offset
Type

mfiano-utils:f64

Initform

0.0d0

Readers

stretch-offset.

Writers

(setf stretch-offset).

Slot: xsb
Type

fixnum

Initform

0

Readers

xsb.

Writers

(setf xsb).

Slot: ysb
Type

fixnum

Initform

0

Readers

ysb.

Writers

(setf ysb).

Slot: dx0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx0.

Writers

(setf dx0).

Slot: dy0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy0.

Writers

(setf dy0).

Slot: dx1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx1.

Writers

(setf dx1).

Slot: dy1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy1.

Writers

(setf dy1).

Slot: dx2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx2.

Writers

(setf dx2).

Slot: dy2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy2.

Writers

(setf dy2).

Slot: dx-ext
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx-ext.

Writers

(setf dx-ext).

Slot: dy-ext
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy-ext.

Writers

(setf dy-ext).

Slot: xsv-ext
Type

fixnum

Initform

0

Readers

xsv-ext.

Writers

(setf xsv-ext).

Slot: ysv-ext
Type

fixnum

Initform

0

Readers

ysv-ext.

Writers

(setf ysv-ext).

Slot: xins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

xins.

Writers

(setf xins).

Slot: yins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

yins.

Writers

(setf yins).

Slot: ins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

ins.

Writers

(setf ins).

Slot: value
Type

mfiano-utils:f64

Initform

0.0d0

Readers

value.

Writers

(setf value).

Structure: state
Package

%cricket.generators.open-simplex-3d.

Source

open-simplex-3d.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: sampler
Type

%cricket.generators:open-simplex-3d

Readers

sampler.

Writers

(setf sampler).

Slot: stretch-offset
Type

mfiano-utils:f64

Initform

0.0d0

Readers

stretch-offset.

Writers

(setf stretch-offset).

Slot: xsb
Type

fixnum

Initform

0

Readers

xsb.

Writers

(setf xsb).

Slot: ysb
Type

fixnum

Initform

0

Readers

ysb.

Writers

(setf ysb).

Slot: zsb
Type

fixnum

Initform

0

Readers

zsb.

Writers

(setf zsb).

Slot: dx0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx0.

Writers

(setf dx0).

Slot: dy0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy0.

Writers

(setf dy0).

Slot: dz0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz0.

Writers

(setf dz0).

Slot: dx1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx1.

Writers

(setf dx1).

Slot: dy1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy1.

Writers

(setf dy1).

Slot: dz1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz1.

Writers

(setf dz1).

Slot: dx2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx2.

Writers

(setf dx2).

Slot: dy2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy2.

Writers

(setf dy2).

Slot: dz2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz2.

Writers

(setf dz2).

Slot: dx3
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx3.

Writers

(setf dx3).

Slot: dy3
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy3.

Writers

(setf dy3).

Slot: dz3
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz3.

Writers

(setf dz3).

Slot: dx4
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx4.

Writers

(setf dx4).

Slot: dy4
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy4.

Writers

(setf dy4).

Slot: dz4
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz4.

Writers

(setf dz4).

Slot: dx5
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx5.

Writers

(setf dx5).

Slot: dy5
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy5.

Writers

(setf dy5).

Slot: dz5
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz5.

Writers

(setf dz5).

Slot: dx6
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx6.

Writers

(setf dx6).

Slot: dy6
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy6.

Writers

(setf dy6).

Slot: dz6
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz6.

Writers

(setf dz6).

Slot: dx-ext0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx-ext0.

Writers

(setf dx-ext0).

Slot: dy-ext0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy-ext0.

Writers

(setf dy-ext0).

Slot: dz-ext0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz-ext0.

Writers

(setf dz-ext0).

Slot: dx-ext1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx-ext1.

Writers

(setf dx-ext1).

Slot: dy-ext1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy-ext1.

Writers

(setf dy-ext1).

Slot: dz-ext1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz-ext1.

Writers

(setf dz-ext1).

Slot: xsv-ext0
Type

fixnum

Initform

0

Readers

xsv-ext0.

Writers

(setf xsv-ext0).

Slot: ysv-ext0
Type

fixnum

Initform

0

Readers

ysv-ext0.

Writers

(setf ysv-ext0).

Slot: zsv-ext0
Type

fixnum

Initform

0

Readers

zsv-ext0.

Writers

(setf zsv-ext0).

Slot: xsv-ext1
Type

fixnum

Initform

0

Readers

xsv-ext1.

Writers

(setf xsv-ext1).

Slot: ysv-ext1
Type

fixnum

Initform

0

Readers

ysv-ext1.

Writers

(setf ysv-ext1).

Slot: zsv-ext1
Type

fixnum

Initform

0

Readers

zsv-ext1.

Writers

(setf zsv-ext1).

Slot: xins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

xins.

Writers

(setf xins).

Slot: yins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

yins.

Writers

(setf yins).

Slot: zins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

zins.

Writers

(setf zins).

Slot: ins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

ins.

Writers

(setf ins).

Slot: value
Type

mfiano-utils:f64

Initform

0.0d0

Readers

value.

Writers

(setf value).

Structure: state
Package

%cricket.generators.open-simplex-4d.

Source

open-simplex-4d.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: sampler
Type

%cricket.generators:open-simplex-4d

Readers

sampler.

Writers

(setf sampler).

Slot: stretch-offset
Type

mfiano-utils:f64

Initform

0.0d0

Readers

stretch-offset.

Writers

(setf stretch-offset).

Slot: xsb
Type

fixnum

Initform

0

Readers

xsb.

Writers

(setf xsb).

Slot: ysb
Type

fixnum

Initform

0

Readers

ysb.

Writers

(setf ysb).

Slot: zsb
Type

fixnum

Initform

0

Readers

zsb.

Writers

(setf zsb).

Slot: wsb
Type

fixnum

Initform

0

Readers

wsb.

Writers

(setf wsb).

Slot: dx0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx0.

Writers

(setf dx0).

Slot: dy0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy0.

Writers

(setf dy0).

Slot: dz0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz0.

Writers

(setf dz0).

Slot: dw0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw0.

Writers

(setf dw0).

Slot: dx1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx1.

Writers

(setf dx1).

Slot: dy1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy1.

Writers

(setf dy1).

Slot: dz1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz1.

Writers

(setf dz1).

Slot: dw1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw1.

Writers

(setf dw1).

Slot: dx2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx2.

Writers

(setf dx2).

Slot: dy2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy2.

Writers

(setf dy2).

Slot: dz2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz2.

Writers

(setf dz2).

Slot: dw2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw2.

Writers

(setf dw2).

Slot: dx3
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx3.

Writers

(setf dx3).

Slot: dy3
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy3.

Writers

(setf dy3).

Slot: dz3
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz3.

Writers

(setf dz3).

Slot: dw3
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw3.

Writers

(setf dw3).

Slot: dx4
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx4.

Writers

(setf dx4).

Slot: dy4
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy4.

Writers

(setf dy4).

Slot: dz4
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz4.

Writers

(setf dz4).

Slot: dw4
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw4.

Writers

(setf dw4).

Slot: dx5
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx5.

Writers

(setf dx5).

Slot: dy5
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy5.

Writers

(setf dy5).

Slot: dz5
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz5.

Writers

(setf dz5).

Slot: dw5
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw5.

Writers

(setf dw5).

Slot: dx6
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx6.

Writers

(setf dx6).

Slot: dy6
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy6.

Writers

(setf dy6).

Slot: dz6
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz6.

Writers

(setf dz6).

Slot: dw6
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw6.

Writers

(setf dw6).

Slot: dx7
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx7.

Writers

(setf dx7).

Slot: dy7
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy7.

Writers

(setf dy7).

Slot: dz7
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz7.

Writers

(setf dz7).

Slot: dw7
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw7.

Writers

(setf dw7).

Slot: dx8
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx8.

Writers

(setf dx8).

Slot: dy8
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy8.

Writers

(setf dy8).

Slot: dz8
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz8.

Writers

(setf dz8).

Slot: dw8
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw8.

Writers

(setf dw8).

Slot: dx9
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx9.

Writers

(setf dx9).

Slot: dy9
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy9.

Writers

(setf dy9).

Slot: dz9
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz9.

Writers

(setf dz9).

Slot: dw9
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw9.

Writers

(setf dw9).

Slot: dx10
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx10.

Writers

(setf dx10).

Slot: dy10
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy10.

Writers

(setf dy10).

Slot: dz10
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz10.

Writers

(setf dz10).

Slot: dw10
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw10.

Writers

(setf dw10).

Slot: dx-ext0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx-ext0.

Writers

(setf dx-ext0).

Slot: dy-ext0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy-ext0.

Writers

(setf dy-ext0).

Slot: dz-ext0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz-ext0.

Writers

(setf dz-ext0).

Slot: dw-ext0
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw-ext0.

Writers

(setf dw-ext0).

Slot: dx-ext1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx-ext1.

Writers

(setf dx-ext1).

Slot: dy-ext1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy-ext1.

Writers

(setf dy-ext1).

Slot: dz-ext1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz-ext1.

Writers

(setf dz-ext1).

Slot: dw-ext1
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw-ext1.

Writers

(setf dw-ext1).

Slot: dx-ext2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dx-ext2.

Writers

(setf dx-ext2).

Slot: dy-ext2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dy-ext2.

Writers

(setf dy-ext2).

Slot: dz-ext2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dz-ext2.

Writers

(setf dz-ext2).

Slot: dw-ext2
Type

mfiano-utils:f64

Initform

0.0d0

Readers

dw-ext2.

Writers

(setf dw-ext2).

Slot: xsv-ext0
Type

fixnum

Initform

0

Readers

xsv-ext0.

Writers

(setf xsv-ext0).

Slot: ysv-ext0
Type

fixnum

Initform

0

Readers

ysv-ext0.

Writers

(setf ysv-ext0).

Slot: zsv-ext0
Type

fixnum

Initform

0

Readers

zsv-ext0.

Writers

(setf zsv-ext0).

Slot: wsv-ext0
Type

fixnum

Initform

0

Readers

wsv-ext0.

Writers

(setf wsv-ext0).

Slot: xsv-ext1
Type

fixnum

Initform

0

Readers

xsv-ext1.

Writers

(setf xsv-ext1).

Slot: ysv-ext1
Type

fixnum

Initform

0

Readers

ysv-ext1.

Writers

(setf ysv-ext1).

Slot: zsv-ext1
Type

fixnum

Initform

0

Readers

zsv-ext1.

Writers

(setf zsv-ext1).

Slot: wsv-ext1
Type

fixnum

Initform

0

Readers

wsv-ext1.

Writers

(setf wsv-ext1).

Slot: xsv-ext2
Type

fixnum

Initform

0

Readers

xsv-ext2.

Writers

(setf xsv-ext2).

Slot: ysv-ext2
Type

fixnum

Initform

0

Readers

ysv-ext2.

Writers

(setf ysv-ext2).

Slot: zsv-ext2
Type

fixnum

Initform

0

Readers

zsv-ext2.

Writers

(setf zsv-ext2).

Slot: wsv-ext2
Type

fixnum

Initform

0

Readers

wsv-ext2.

Writers

(setf wsv-ext2).

Slot: xins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

xins.

Writers

(setf xins).

Slot: yins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

yins.

Writers

(setf yins).

Slot: zins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

zins.

Writers

(setf zins).

Slot: wins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

wins.

Writers

(setf wins).

Slot: ins
Type

mfiano-utils:f64

Initform

0.0d0

Readers

ins.

Writers

(setf ins).

Slot: value
Type

mfiano-utils:f64

Initform

0.0d0

Readers

value.

Writers

(setf value).


6.2.6 Types

Type: color ()
Package

%cricket.map.

Source

color.lisp.

Type: f50 ()
Package

%cricket.internal.

Source

common.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (   *   +   -   /  
A   B   C   D   E   F   G   H   I   J   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
Index Entry  Section

%
%make-gradient: Private ordinary functions
%make-image: Private ordinary functions
%make-lattice-point: Private ordinary functions
%make-lattice-point: Private ordinary functions
%make-lattice-point: Private ordinary functions
%make-lattice-point: Private ordinary functions
%make-lattice-point: Private ordinary functions
%make-map: Private ordinary functions
%make-state: Private ordinary functions
%make-state: Private ordinary functions
%make-state: Private ordinary functions

(
(setf a): Private ordinary functions
(setf attenuation): Private ordinary functions
(setf attenuation): Private ordinary functions
(setf attenuation): Private ordinary functions
(setf b): Private ordinary functions
(setf bias): Private ordinary functions
(setf cached-p): Private ordinary functions
(setf control): Private ordinary functions
(setf control): Private ordinary functions
(setf control-points): Private ordinary functions
(setf control-points): Private ordinary functions
(setf displacement-source): Private ordinary functions
(setf distance-method): Private ordinary functions
(setf distance-method): Private ordinary functions
(setf dw): Private ordinary functions
(setf dw): Private ordinary functions
(setf dw-ext0): Private ordinary functions
(setf dw-ext1): Private ordinary functions
(setf dw-ext2): Private ordinary functions
(setf dw0): Private ordinary functions
(setf dw1): Private ordinary functions
(setf dw10): Private ordinary functions
(setf dw2): Private ordinary functions
(setf dw3): Private ordinary functions
(setf dw4): Private ordinary functions
(setf dw5): Private ordinary functions
(setf dw6): Private ordinary functions
(setf dw7): Private ordinary functions
(setf dw8): Private ordinary functions
(setf dw9): Private ordinary functions
(setf dx): Private ordinary functions
(setf dx): Private ordinary functions
(setf dx): Private ordinary functions
(setf dx-ext): Private ordinary functions
(setf dx-ext0): Private ordinary functions
(setf dx-ext0): Private ordinary functions
(setf dx-ext1): Private ordinary functions
(setf dx-ext1): Private ordinary functions
(setf dx-ext2): Private ordinary functions
(setf dx0): Private ordinary functions
(setf dx0): Private ordinary functions
(setf dx0): Private ordinary functions
(setf dx1): Private ordinary functions
(setf dx1): Private ordinary functions
(setf dx1): Private ordinary functions
(setf dx10): Private ordinary functions
(setf dx2): Private ordinary functions
(setf dx2): Private ordinary functions
(setf dx2): Private ordinary functions
(setf dx3): Private ordinary functions
(setf dx3): Private ordinary functions
(setf dx4): Private ordinary functions
(setf dx4): Private ordinary functions
(setf dx5): Private ordinary functions
(setf dx5): Private ordinary functions
(setf dx6): Private ordinary functions
(setf dx6): Private ordinary functions
(setf dx7): Private ordinary functions
(setf dx8): Private ordinary functions
(setf dx9): Private ordinary functions
(setf dxr): Private ordinary functions
(setf dxr): Private ordinary functions
(setf dy): Private ordinary functions
(setf dy): Private ordinary functions
(setf dy): Private ordinary functions
(setf dy-ext): Private ordinary functions
(setf dy-ext0): Private ordinary functions
(setf dy-ext0): Private ordinary functions
(setf dy-ext1): Private ordinary functions
(setf dy-ext1): Private ordinary functions
(setf dy-ext2): Private ordinary functions
(setf dy0): Private ordinary functions
(setf dy0): Private ordinary functions
(setf dy0): Private ordinary functions
(setf dy1): Private ordinary functions
(setf dy1): Private ordinary functions
(setf dy1): Private ordinary functions
(setf dy10): Private ordinary functions
(setf dy2): Private ordinary functions
(setf dy2): Private ordinary functions
(setf dy2): Private ordinary functions
(setf dy3): Private ordinary functions
(setf dy3): Private ordinary functions
(setf dy4): Private ordinary functions
(setf dy4): Private ordinary functions
(setf dy5): Private ordinary functions
(setf dy5): Private ordinary functions
(setf dy6): Private ordinary functions
(setf dy6): Private ordinary functions
(setf dy7): Private ordinary functions
(setf dy8): Private ordinary functions
(setf dy9): Private ordinary functions
(setf dyr): Private ordinary functions
(setf dyr): Private ordinary functions
(setf dz): Private ordinary functions
(setf dz): Private ordinary functions
(setf dz-ext0): Private ordinary functions
(setf dz-ext0): Private ordinary functions
(setf dz-ext1): Private ordinary functions
(setf dz-ext1): Private ordinary functions
(setf dz-ext2): Private ordinary functions
(setf dz0): Private ordinary functions
(setf dz0): Private ordinary functions
(setf dz1): Private ordinary functions
(setf dz1): Private ordinary functions
(setf dz10): Private ordinary functions
(setf dz2): Private ordinary functions
(setf dz2): Private ordinary functions
(setf dz3): Private ordinary functions
(setf dz3): Private ordinary functions
(setf dz4): Private ordinary functions
(setf dz4): Private ordinary functions
(setf dz5): Private ordinary functions
(setf dz5): Private ordinary functions
(setf dz6): Private ordinary functions
(setf dz6): Private ordinary functions
(setf dz7): Private ordinary functions
(setf dz8): Private ordinary functions
(setf dz9): Private ordinary functions
(setf dzr): Private ordinary functions
(setf dzr): Private ordinary functions
(setf falloff): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf frequency): Private ordinary functions
(setf g): Private ordinary functions
(setf gradient-point-color): Private ordinary functions
(setf gradient-point-position): Private ordinary functions
(setf gradient-points): Private ordinary functions
(setf gradients): Private ordinary functions
(setf gradients): Private ordinary functions
(setf gradients): Private ordinary functions
(setf gradients): Private ordinary functions
(setf gradients): Private ordinary functions
(setf gradients): Private ordinary functions
(setf image-data): Public ordinary functions
(setf image-height): Public ordinary functions
(setf image-width): Public ordinary functions
(setf ins): Private ordinary functions
(setf ins): Private ordinary functions
(setf ins): Private ordinary functions
(setf invert-p): Private ordinary functions
(setf jitter): Private ordinary functions
(setf jitter): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf lacunarity): Private ordinary functions
(setf map-data): Public ordinary functions
(setf map-height): Public ordinary functions
(setf map-value): Public ordinary functions
(setf map-width): Public ordinary functions
(setf max): Private ordinary functions
(setf max): Private ordinary functions
(setf min): Private ordinary functions
(setf min): Private ordinary functions
(setf next/fail): Private ordinary functions
(setf next/fail): Private ordinary functions
(setf next/success): Private ordinary functions
(setf next/success): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf octaves): Private ordinary functions
(setf orientation): Private ordinary functions
(setf orientation): Private ordinary functions
(setf orientation): Private ordinary functions
(setf orientation): Private ordinary functions
(setf orientation): Private ordinary functions
(setf orientation): Private ordinary functions
(setf output-type): Private ordinary functions
(setf output-type): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf persistence): Private ordinary functions
(setf power): Private ordinary functions
(setf power): Private ordinary functions
(setf r): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rng): Private ordinary functions
(setf rx1): Private ordinary functions
(setf rx2): Private ordinary functions
(setf rx3): Private ordinary functions
(setf ry1): Private ordinary functions
(setf ry2): Private ordinary functions
(setf ry3): Private ordinary functions
(setf rz1): Private ordinary functions
(setf rz2): Private ordinary functions
(setf rz3): Private ordinary functions
(setf sampler): Private ordinary functions
(setf sampler): Private ordinary functions
(setf sampler): Private ordinary functions
(setf sampler-rng): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf scale): Private ordinary functions
(setf seed): Private ordinary functions
(setf seed): Private ordinary functions
(setf seed): Private ordinary functions
(setf seed): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source): Private ordinary functions
(setf source1): Private ordinary functions
(setf source1): Private ordinary functions
(setf source1): Private ordinary functions
(setf source1): Private ordinary functions
(setf source1): Private ordinary functions
(setf source1): Private ordinary functions
(setf source1): Private ordinary functions
(setf source1): Private ordinary functions
(setf source1): Private ordinary functions
(setf source2): Private ordinary functions
(setf source2): Private ordinary functions
(setf source2): Private ordinary functions
(setf source2): Private ordinary functions
(setf source2): Private ordinary functions
(setf source2): Private ordinary functions
(setf source2): Private ordinary functions
(setf source2): Private ordinary functions
(setf source2): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf sources): Private ordinary functions
(setf ssi-delta): Private ordinary functions
(setf strength): Private ordinary functions
(setf stretch-offset): Private ordinary functions
(setf stretch-offset): Private ordinary functions
(setf stretch-offset): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf table): Private ordinary functions
(setf value): Private ordinary functions
(setf value): Private ordinary functions
(setf value): Private ordinary functions
(setf value): Private ordinary functions
(setf value): Private ordinary functions
(setf w): Private ordinary functions
(setf w): Private ordinary functions
(setf w): Private ordinary functions
(setf w): Private ordinary functions
(setf w1): Private ordinary functions
(setf w2): Private ordinary functions
(setf w3): Private ordinary functions
(setf w4): Private ordinary functions
(setf wins): Private ordinary functions
(setf wsb): Private ordinary functions
(setf wsi): Private ordinary functions
(setf wsv): Private ordinary functions
(setf wsv): Private ordinary functions
(setf wsv-ext0): Private ordinary functions
(setf wsv-ext1): Private ordinary functions
(setf wsv-ext2): Private ordinary functions
(setf x): Private ordinary functions
(setf x): Private ordinary functions
(setf x): Private ordinary functions
(setf x): Private ordinary functions
(setf x1): Private ordinary functions
(setf x2): Private ordinary functions
(setf x3): Private ordinary functions
(setf x4): Private ordinary functions
(setf xins): Private ordinary functions
(setf xins): Private ordinary functions
(setf xins): Private ordinary functions
(setf xrv): Private ordinary functions
(setf xrv): Private ordinary functions
(setf xsb): Private ordinary functions
(setf xsb): Private ordinary functions
(setf xsb): Private ordinary functions
(setf xsi): Private ordinary functions
(setf xsv): Private ordinary functions
(setf xsv): Private ordinary functions
(setf xsv): Private ordinary functions
(setf xsv-ext): Private ordinary functions
(setf xsv-ext0): Private ordinary functions
(setf xsv-ext0): Private ordinary functions
(setf xsv-ext1): Private ordinary functions
(setf xsv-ext1): Private ordinary functions
(setf xsv-ext2): Private ordinary functions
(setf y): Private ordinary functions
(setf y): Private ordinary functions
(setf y): Private ordinary functions
(setf y): Private ordinary functions
(setf y1): Private ordinary functions
(setf y2): Private ordinary functions
(setf y3): Private ordinary functions
(setf y4): Private ordinary functions
(setf yins): Private ordinary functions
(setf yins): Private ordinary functions
(setf yins): Private ordinary functions
(setf yrv): Private ordinary functions
(setf yrv): Private ordinary functions
(setf ysb): Private ordinary functions
(setf ysb): Private ordinary functions
(setf ysb): Private ordinary functions
(setf ysi): Private ordinary functions
(setf ysv): Private ordinary functions
(setf ysv): Private ordinary functions
(setf ysv): Private ordinary functions
(setf ysv-ext): Private ordinary functions
(setf ysv-ext0): Private ordinary functions
(setf ysv-ext0): Private ordinary functions
(setf ysv-ext1): Private ordinary functions
(setf ysv-ext1): Private ordinary functions
(setf ysv-ext2): Private ordinary functions
(setf z): Private ordinary functions
(setf z): Private ordinary functions
(setf z): Private ordinary functions
(setf z): Private ordinary functions
(setf z1): Private ordinary functions
(setf z2): Private ordinary functions
(setf z3): Private ordinary functions
(setf z4): Private ordinary functions
(setf zins): Private ordinary functions
(setf zins): Private ordinary functions
(setf zrv): Private ordinary functions
(setf zrv): Private ordinary functions
(setf zsb): Private ordinary functions
(setf zsb): Private ordinary functions
(setf zsi): Private ordinary functions
(setf zsv): Private ordinary functions
(setf zsv): Private ordinary functions
(setf zsv-ext0): Private ordinary functions
(setf zsv-ext0): Private ordinary functions
(setf zsv-ext1): Private ordinary functions
(setf zsv-ext1): Private ordinary functions
(setf zsv-ext2): Private ordinary functions

*
*: Public ordinary functions

+
+: Public ordinary functions

-
-: Public ordinary functions

/
/: Public ordinary functions

A
a: Private ordinary functions
abs: Public ordinary functions
argument: Private generic functions
argument: Private generic functions
argument: Private generic functions
attenuation: Private ordinary functions
attenuation: Private ordinary functions
attenuation: Private ordinary functions

B
b: Private ordinary functions
bias: Private ordinary functions
billow-2d: Public ordinary functions
billow-3d: Public ordinary functions
billow-4d: Public ordinary functions
blend: Public ordinary functions
blend-colors: Private ordinary functions
build-gradient: Private generic functions
build-gradient: Private generic functions
build-gradient: Private generic functions
build-gradient: Private generic functions
build-gradient: Private generic functions
build-gradient: Private generic functions
build-lattice-points: Private ordinary functions
build-lattice-points: Private ordinary functions
build-lattice-points: Private ordinary functions

C
cache: Public ordinary functions
cached-p: Private ordinary functions
cellular-2d: Public ordinary functions
cellular-3d: Public ordinary functions
checker-2d: Public ordinary functions
clamp: Public ordinary functions
clear-gradient: Private ordinary functions
constant: Public ordinary functions
contribute: Private ordinary functions
contribute: Private ordinary functions
contribute: Private ordinary functions
contribute1: Private ordinary functions
contribute1: Private ordinary functions
contribute1: Private ordinary functions
contribute2: Private ordinary functions
contribute2: Private ordinary functions
contribute2: Private ordinary functions
contribute3: Private ordinary functions
contribute3: Private ordinary functions
contribute4: Private ordinary functions
contribute4: Private ordinary functions
contribute5: Private ordinary functions
control: Private ordinary functions
control: Private ordinary functions
control-points: Private ordinary functions
control-points: Private ordinary functions
cubic-curve: Private ordinary functions
curve: Public ordinary functions
cylinders-3d: Public ordinary functions

D
define-gradient: Public macros
displace: Public ordinary functions
displacement-source: Private ordinary functions
distance-method: Private ordinary functions
distance-method: Private ordinary functions
distance-method: Private generic functions
distance-method: Private generic functions
dw: Private ordinary functions
dw: Private ordinary functions
dw-ext0: Private ordinary functions
dw-ext1: Private ordinary functions
dw-ext2: Private ordinary functions
dw0: Private ordinary functions
dw1: Private ordinary functions
dw10: Private ordinary functions
dw2: Private ordinary functions
dw3: Private ordinary functions
dw4: Private ordinary functions
dw5: Private ordinary functions
dw6: Private ordinary functions
dw7: Private ordinary functions
dw8: Private ordinary functions
dw9: Private ordinary functions
dx: Private ordinary functions
dx: Private ordinary functions
dx: Private ordinary functions
dx-ext: Private ordinary functions
dx-ext0: Private ordinary functions
dx-ext0: Private ordinary functions
dx-ext1: Private ordinary functions
dx-ext1: Private ordinary functions
dx-ext2: Private ordinary functions
dx0: Private ordinary functions
dx0: Private ordinary functions
dx0: Private ordinary functions
dx1: Private ordinary functions
dx1: Private ordinary functions
dx1: Private ordinary functions
dx10: Private ordinary functions
dx2: Private ordinary functions
dx2: Private ordinary functions
dx2: Private ordinary functions
dx3: Private ordinary functions
dx3: Private ordinary functions
dx4: Private ordinary functions
dx4: Private ordinary functions
dx5: Private ordinary functions
dx5: Private ordinary functions
dx6: Private ordinary functions
dx6: Private ordinary functions
dx7: Private ordinary functions
dx8: Private ordinary functions
dx9: Private ordinary functions
dxr: Private ordinary functions
dxr: Private ordinary functions
dy: Private ordinary functions
dy: Private ordinary functions
dy: Private ordinary functions
dy-ext: Private ordinary functions
dy-ext0: Private ordinary functions
dy-ext0: Private ordinary functions
dy-ext1: Private ordinary functions
dy-ext1: Private ordinary functions
dy-ext2: Private ordinary functions
dy0: Private ordinary functions
dy0: Private ordinary functions
dy0: Private ordinary functions
dy1: Private ordinary functions
dy1: Private ordinary functions
dy1: Private ordinary functions
dy10: Private ordinary functions
dy2: Private ordinary functions
dy2: Private ordinary functions
dy2: Private ordinary functions
dy3: Private ordinary functions
dy3: Private ordinary functions
dy4: Private ordinary functions
dy4: Private ordinary functions
dy5: Private ordinary functions
dy5: Private ordinary functions
dy6: Private ordinary functions
dy6: Private ordinary functions
dy7: Private ordinary functions
dy8: Private ordinary functions
dy9: Private ordinary functions
dyr: Private ordinary functions
dyr: Private ordinary functions
dz: Private ordinary functions
dz: Private ordinary functions
dz-ext0: Private ordinary functions
dz-ext0: Private ordinary functions
dz-ext1: Private ordinary functions
dz-ext1: Private ordinary functions
dz-ext2: Private ordinary functions
dz0: Private ordinary functions
dz0: Private ordinary functions
dz1: Private ordinary functions
dz1: Private ordinary functions
dz10: Private ordinary functions
dz2: Private ordinary functions
dz2: Private ordinary functions
dz3: Private ordinary functions
dz3: Private ordinary functions
dz4: Private ordinary functions
dz4: Private ordinary functions
dz5: Private ordinary functions
dz5: Private ordinary functions
dz6: Private ordinary functions
dz6: Private ordinary functions
dz7: Private ordinary functions
dz8: Private ordinary functions
dz9: Private ordinary functions
dzr: Private ordinary functions
dzr: Private ordinary functions

E
expt: Public ordinary functions
extrapolate: Private ordinary functions
extrapolate: Private ordinary functions

F
falloff: Private ordinary functions
fbm-2d: Public ordinary functions
fbm-3d: Public ordinary functions
fbm-4d: Public ordinary functions
fractalize: Public ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
frequency: Private ordinary functions
Function, %make-gradient: Private ordinary functions
Function, %make-image: Private ordinary functions
Function, %make-lattice-point: Private ordinary functions
Function, %make-lattice-point: Private ordinary functions
Function, %make-lattice-point: Private ordinary functions
Function, %make-lattice-point: Private ordinary functions
Function, %make-lattice-point: Private ordinary functions
Function, %make-map: Private ordinary functions
Function, %make-state: Private ordinary functions
Function, %make-state: Private ordinary functions
Function, %make-state: Private ordinary functions
Function, (setf a): Private ordinary functions
Function, (setf attenuation): Private ordinary functions
Function, (setf attenuation): Private ordinary functions
Function, (setf attenuation): Private ordinary functions
Function, (setf b): Private ordinary functions
Function, (setf bias): Private ordinary functions
Function, (setf cached-p): Private ordinary functions
Function, (setf control): Private ordinary functions
Function, (setf control): Private ordinary functions
Function, (setf control-points): Private ordinary functions
Function, (setf control-points): Private ordinary functions
Function, (setf displacement-source): Private ordinary functions
Function, (setf distance-method): Private ordinary functions
Function, (setf distance-method): Private ordinary functions
Function, (setf dw): Private ordinary functions
Function, (setf dw): Private ordinary functions
Function, (setf dw-ext0): Private ordinary functions
Function, (setf dw-ext1): Private ordinary functions
Function, (setf dw-ext2): Private ordinary functions
Function, (setf dw0): Private ordinary functions
Function, (setf dw1): Private ordinary functions
Function, (setf dw10): Private ordinary functions
Function, (setf dw2): Private ordinary functions
Function, (setf dw3): Private ordinary functions
Function, (setf dw4): Private ordinary functions
Function, (setf dw5): Private ordinary functions
Function, (setf dw6): Private ordinary functions
Function, (setf dw7): Private ordinary functions
Function, (setf dw8): Private ordinary functions
Function, (setf dw9): Private ordinary functions
Function, (setf dx): Private ordinary functions
Function, (setf dx): Private ordinary functions
Function, (setf dx): Private ordinary functions
Function, (setf dx-ext): Private ordinary functions
Function, (setf dx-ext0): Private ordinary functions
Function, (setf dx-ext0): Private ordinary functions
Function, (setf dx-ext1): Private ordinary functions
Function, (setf dx-ext1): Private ordinary functions
Function, (setf dx-ext2): Private ordinary functions
Function, (setf dx0): Private ordinary functions
Function, (setf dx0): Private ordinary functions
Function, (setf dx0): Private ordinary functions
Function, (setf dx1): Private ordinary functions
Function, (setf dx1): Private ordinary functions
Function, (setf dx1): Private ordinary functions
Function, (setf dx10): Private ordinary functions
Function, (setf dx2): Private ordinary functions
Function, (setf dx2): Private ordinary functions
Function, (setf dx2): Private ordinary functions
Function, (setf dx3): Private ordinary functions
Function, (setf dx3): Private ordinary functions
Function, (setf dx4): Private ordinary functions
Function, (setf dx4): Private ordinary functions
Function, (setf dx5): Private ordinary functions
Function, (setf dx5): Private ordinary functions
Function, (setf dx6): Private ordinary functions
Function, (setf dx6): Private ordinary functions
Function, (setf dx7): Private ordinary functions
Function, (setf dx8): Private ordinary functions
Function, (setf dx9): Private ordinary functions
Function, (setf dxr): Private ordinary functions
Function, (setf dxr): Private ordinary functions
Function, (setf dy): Private ordinary functions
Function, (setf dy): Private ordinary functions
Function, (setf dy): Private ordinary functions
Function, (setf dy-ext): Private ordinary functions
Function, (setf dy-ext0): Private ordinary functions
Function, (setf dy-ext0): Private ordinary functions
Function, (setf dy-ext1): Private ordinary functions
Function, (setf dy-ext1): Private ordinary functions
Function, (setf dy-ext2): Private ordinary functions
Function, (setf dy0): Private ordinary functions
Function, (setf dy0): Private ordinary functions
Function, (setf dy0): Private ordinary functions
Function, (setf dy1): Private ordinary functions
Function, (setf dy1): Private ordinary functions
Function, (setf dy1): Private ordinary functions
Function, (setf dy10): Private ordinary functions
Function, (setf dy2): Private ordinary functions
Function, (setf dy2): Private ordinary functions
Function, (setf dy2): Private ordinary functions
Function, (setf dy3): Private ordinary functions
Function, (setf dy3): Private ordinary functions
Function, (setf dy4): Private ordinary functions
Function, (setf dy4): Private ordinary functions
Function, (setf dy5): Private ordinary functions
Function, (setf dy5): Private ordinary functions
Function, (setf dy6): Private ordinary functions
Function, (setf dy6): Private ordinary functions
Function, (setf dy7): Private ordinary functions
Function, (setf dy8): Private ordinary functions
Function, (setf dy9): Private ordinary functions
Function, (setf dyr): Private ordinary functions
Function, (setf dyr): Private ordinary functions
Function, (setf dz): Private ordinary functions
Function, (setf dz): Private ordinary functions
Function, (setf dz-ext0): Private ordinary functions
Function, (setf dz-ext0): Private ordinary functions
Function, (setf dz-ext1): Private ordinary functions
Function, (setf dz-ext1): Private ordinary functions
Function, (setf dz-ext2): Private ordinary functions
Function, (setf dz0): Private ordinary functions
Function, (setf dz0): Private ordinary functions
Function, (setf dz1): Private ordinary functions
Function, (setf dz1): Private ordinary functions
Function, (setf dz10): Private ordinary functions
Function, (setf dz2): Private ordinary functions
Function, (setf dz2): Private ordinary functions
Function, (setf dz3): Private ordinary functions
Function, (setf dz3): Private ordinary functions
Function, (setf dz4): Private ordinary functions
Function, (setf dz4): Private ordinary functions
Function, (setf dz5): Private ordinary functions
Function, (setf dz5): Private ordinary functions
Function, (setf dz6): Private ordinary functions
Function, (setf dz6): Private ordinary functions
Function, (setf dz7): Private ordinary functions
Function, (setf dz8): Private ordinary functions
Function, (setf dz9): Private ordinary functions
Function, (setf dzr): Private ordinary functions
Function, (setf dzr): Private ordinary functions
Function, (setf falloff): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf frequency): Private ordinary functions
Function, (setf g): Private ordinary functions
Function, (setf gradient-point-color): Private ordinary functions
Function, (setf gradient-point-position): Private ordinary functions
Function, (setf gradient-points): Private ordinary functions
Function, (setf gradients): Private ordinary functions
Function, (setf gradients): Private ordinary functions
Function, (setf gradients): Private ordinary functions
Function, (setf gradients): Private ordinary functions
Function, (setf gradients): Private ordinary functions
Function, (setf gradients): Private ordinary functions
Function, (setf image-data): Public ordinary functions
Function, (setf image-height): Public ordinary functions
Function, (setf image-width): Public ordinary functions
Function, (setf ins): Private ordinary functions
Function, (setf ins): Private ordinary functions
Function, (setf ins): Private ordinary functions
Function, (setf invert-p): Private ordinary functions
Function, (setf jitter): Private ordinary functions
Function, (setf jitter): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf lacunarity): Private ordinary functions
Function, (setf map-data): Public ordinary functions
Function, (setf map-height): Public ordinary functions
Function, (setf map-value): Public ordinary functions
Function, (setf map-width): Public ordinary functions
Function, (setf max): Private ordinary functions
Function, (setf max): Private ordinary functions
Function, (setf min): Private ordinary functions
Function, (setf min): Private ordinary functions
Function, (setf next/fail): Private ordinary functions
Function, (setf next/fail): Private ordinary functions
Function, (setf next/success): Private ordinary functions
Function, (setf next/success): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf octaves): Private ordinary functions
Function, (setf orientation): Private ordinary functions
Function, (setf orientation): Private ordinary functions
Function, (setf orientation): Private ordinary functions
Function, (setf orientation): Private ordinary functions
Function, (setf orientation): Private ordinary functions
Function, (setf orientation): Private ordinary functions
Function, (setf output-type): Private ordinary functions
Function, (setf output-type): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf persistence): Private ordinary functions
Function, (setf power): Private ordinary functions
Function, (setf power): Private ordinary functions
Function, (setf r): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rng): Private ordinary functions
Function, (setf rx1): Private ordinary functions
Function, (setf rx2): Private ordinary functions
Function, (setf rx3): Private ordinary functions
Function, (setf ry1): Private ordinary functions
Function, (setf ry2): Private ordinary functions
Function, (setf ry3): Private ordinary functions
Function, (setf rz1): Private ordinary functions
Function, (setf rz2): Private ordinary functions
Function, (setf rz3): Private ordinary functions
Function, (setf sampler): Private ordinary functions
Function, (setf sampler): Private ordinary functions
Function, (setf sampler): Private ordinary functions
Function, (setf sampler-rng): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf scale): Private ordinary functions
Function, (setf seed): Private ordinary functions
Function, (setf seed): Private ordinary functions
Function, (setf seed): Private ordinary functions
Function, (setf seed): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source1): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf source2): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf sources): Private ordinary functions
Function, (setf ssi-delta): Private ordinary functions
Function, (setf strength): Private ordinary functions
Function, (setf stretch-offset): Private ordinary functions
Function, (setf stretch-offset): Private ordinary functions
Function, (setf stretch-offset): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf table): Private ordinary functions
Function, (setf value): Private ordinary functions
Function, (setf value): Private ordinary functions
Function, (setf value): Private ordinary functions
Function, (setf value): Private ordinary functions
Function, (setf value): Private ordinary functions
Function, (setf w): Private ordinary functions
Function, (setf w): Private ordinary functions
Function, (setf w): Private ordinary functions
Function, (setf w): Private ordinary functions
Function, (setf w1): Private ordinary functions
Function, (setf w2): Private ordinary functions
Function, (setf w3): Private ordinary functions
Function, (setf w4): Private ordinary functions
Function, (setf wins): Private ordinary functions
Function, (setf wsb): Private ordinary functions
Function, (setf wsi): Private ordinary functions
Function, (setf wsv): Private ordinary functions
Function, (setf wsv): Private ordinary functions
Function, (setf wsv-ext0): Private ordinary functions
Function, (setf wsv-ext1): Private ordinary functions
Function, (setf wsv-ext2): Private ordinary functions
Function, (setf x): Private ordinary functions
Function, (setf x): Private ordinary functions
Function, (setf x): Private ordinary functions
Function, (setf x): Private ordinary functions
Function, (setf x1): Private ordinary functions
Function, (setf x2): Private ordinary functions
Function, (setf x3): Private ordinary functions
Function, (setf x4): Private ordinary functions
Function, (setf xins): Private ordinary functions
Function, (setf xins): Private ordinary functions
Function, (setf xins): Private ordinary functions
Function, (setf xrv): Private ordinary functions
Function, (setf xrv): Private ordinary functions
Function, (setf xsb): Private ordinary functions
Function, (setf xsb): Private ordinary functions
Function, (setf xsb): Private ordinary functions
Function, (setf xsi): Private ordinary functions
Function, (setf xsv): Private ordinary functions
Function, (setf xsv): Private ordinary functions
Function, (setf xsv): Private ordinary functions
Function, (setf xsv-ext): Private ordinary functions
Function, (setf xsv-ext0): Private ordinary functions
Function, (setf xsv-ext0): Private ordinary functions
Function, (setf xsv-ext1): Private ordinary functions
Function, (setf xsv-ext1): Private ordinary functions
Function, (setf xsv-ext2): Private ordinary functions
Function, (setf y): Private ordinary functions
Function, (setf y): Private ordinary functions
Function, (setf y): Private ordinary functions
Function, (setf y): Private ordinary functions
Function, (setf y1): Private ordinary functions
Function, (setf y2): Private ordinary functions
Function, (setf y3): Private ordinary functions
Function, (setf y4): Private ordinary functions
Function, (setf yins): Private ordinary functions
Function, (setf yins): Private ordinary functions
Function, (setf yins): Private ordinary functions
Function, (setf yrv): Private ordinary functions
Function, (setf yrv): Private ordinary functions
Function, (setf ysb): Private ordinary functions
Function, (setf ysb): Private ordinary functions
Function, (setf ysb): Private ordinary functions
Function, (setf ysi): Private ordinary functions
Function, (setf ysv): Private ordinary functions
Function, (setf ysv): Private ordinary functions
Function, (setf ysv): Private ordinary functions
Function, (setf ysv-ext): Private ordinary functions
Function, (setf ysv-ext0): Private ordinary functions
Function, (setf ysv-ext0): Private ordinary functions
Function, (setf ysv-ext1): Private ordinary functions
Function, (setf ysv-ext1): Private ordinary functions
Function, (setf ysv-ext2): Private ordinary functions
Function, (setf z): Private ordinary functions
Function, (setf z): Private ordinary functions
Function, (setf z): Private ordinary functions
Function, (setf z): Private ordinary functions
Function, (setf z1): Private ordinary functions
Function, (setf z2): Private ordinary functions
Function, (setf z3): Private ordinary functions
Function, (setf z4): Private ordinary functions
Function, (setf zins): Private ordinary functions
Function, (setf zins): Private ordinary functions
Function, (setf zrv): Private ordinary functions
Function, (setf zrv): Private ordinary functions
Function, (setf zsb): Private ordinary functions
Function, (setf zsb): Private ordinary functions
Function, (setf zsi): Private ordinary functions
Function, (setf zsv): Private ordinary functions
Function, (setf zsv): Private ordinary functions
Function, (setf zsv-ext0): Private ordinary functions
Function, (setf zsv-ext0): Private ordinary functions
Function, (setf zsv-ext1): Private ordinary functions
Function, (setf zsv-ext1): Private ordinary functions
Function, (setf zsv-ext2): Private ordinary functions
Function, *: Public ordinary functions
Function, +: Public ordinary functions
Function, -: Public ordinary functions
Function, /: Public ordinary functions
Function, a: Private ordinary functions
Function, abs: Public ordinary functions
Function, attenuation: Private ordinary functions
Function, attenuation: Private ordinary functions
Function, attenuation: Private ordinary functions
Function, b: Private ordinary functions
Function, bias: Private ordinary functions
Function, billow-2d: Public ordinary functions
Function, billow-3d: Public ordinary functions
Function, billow-4d: Public ordinary functions
Function, blend: Public ordinary functions
Function, blend-colors: Private ordinary functions
Function, build-lattice-points: Private ordinary functions
Function, build-lattice-points: Private ordinary functions
Function, build-lattice-points: Private ordinary functions
Function, cache: Public ordinary functions
Function, cached-p: Private ordinary functions
Function, cellular-2d: Public ordinary functions
Function, cellular-3d: Public ordinary functions
Function, checker-2d: Public ordinary functions
Function, clamp: Public ordinary functions
Function, clear-gradient: Private ordinary functions
Function, constant: Public ordinary functions
Function, contribute: Private ordinary functions
Function, contribute: Private ordinary functions
Function, contribute: Private ordinary functions
Function, contribute1: Private ordinary functions
Function, contribute1: Private ordinary functions
Function, contribute1: Private ordinary functions
Function, contribute2: Private ordinary functions
Function, contribute2: Private ordinary functions
Function, contribute2: Private ordinary functions
Function, contribute3: Private ordinary functions
Function, contribute3: Private ordinary functions
Function, contribute4: Private ordinary functions
Function, contribute4: Private ordinary functions
Function, contribute5: Private ordinary functions
Function, control: Private ordinary functions
Function, control: Private ordinary functions
Function, control-points: Private ordinary functions
Function, control-points: Private ordinary functions
Function, cubic-curve: Private ordinary functions
Function, curve: Public ordinary functions
Function, cylinders-3d: Public ordinary functions
Function, displace: Public ordinary functions
Function, displacement-source: Private ordinary functions
Function, distance-method: Private ordinary functions
Function, distance-method: Private ordinary functions
Function, dw: Private ordinary functions
Function, dw: Private ordinary functions
Function, dw-ext0: Private ordinary functions
Function, dw-ext1: Private ordinary functions
Function, dw-ext2: Private ordinary functions
Function, dw0: Private ordinary functions
Function, dw1: Private ordinary functions
Function, dw10: Private ordinary functions
Function, dw2: Private ordinary functions
Function, dw3: Private ordinary functions
Function, dw4: Private ordinary functions
Function, dw5: Private ordinary functions
Function, dw6: Private ordinary functions
Function, dw7: Private ordinary functions
Function, dw8: Private ordinary functions
Function, dw9: Private ordinary functions
Function, dx: Private ordinary functions
Function, dx: Private ordinary functions
Function, dx: Private ordinary functions
Function, dx-ext: Private ordinary functions
Function, dx-ext0: Private ordinary functions
Function, dx-ext0: Private ordinary functions
Function, dx-ext1: Private ordinary functions
Function, dx-ext1: Private ordinary functions
Function, dx-ext2: Private ordinary functions
Function, dx0: Private ordinary functions
Function, dx0: Private ordinary functions
Function, dx0: Private ordinary functions
Function, dx1: Private ordinary functions
Function, dx1: Private ordinary functions
Function, dx1: Private ordinary functions
Function, dx10: Private ordinary functions
Function, dx2: Private ordinary functions
Function, dx2: Private ordinary functions
Function, dx2: Private ordinary functions
Function, dx3: Private ordinary functions
Function, dx3: Private ordinary functions
Function, dx4: Private ordinary functions
Function, dx4: Private ordinary functions
Function, dx5: Private ordinary functions
Function, dx5: Private ordinary functions
Function, dx6: Private ordinary functions
Function, dx6: Private ordinary functions
Function, dx7: Private ordinary functions
Function, dx8: Private ordinary functions
Function, dx9: Private ordinary functions
Function, dxr: Private ordinary functions
Function, dxr: Private ordinary functions
Function, dy: Private ordinary functions
Function, dy: Private ordinary functions
Function, dy: Private ordinary functions
Function, dy-ext: Private ordinary functions
Function, dy-ext0: Private ordinary functions
Function, dy-ext0: Private ordinary functions
Function, dy-ext1: Private ordinary functions
Function, dy-ext1: Private ordinary functions
Function, dy-ext2: Private ordinary functions
Function, dy0: Private ordinary functions
Function, dy0: Private ordinary functions
Function, dy0: Private ordinary functions
Function, dy1: Private ordinary functions
Function, dy1: Private ordinary functions
Function, dy1: Private ordinary functions
Function, dy10: Private ordinary functions
Function, dy2: Private ordinary functions
Function, dy2: Private ordinary functions
Function, dy2: Private ordinary functions
Function, dy3: Private ordinary functions
Function, dy3: Private ordinary functions
Function, dy4: Private ordinary functions
Function, dy4: Private ordinary functions
Function, dy5: Private ordinary functions
Function, dy5: Private ordinary functions
Function, dy6: Private ordinary functions
Function, dy6: Private ordinary functions
Function, dy7: Private ordinary functions
Function, dy8: Private ordinary functions
Function, dy9: Private ordinary functions
Function, dyr: Private ordinary functions
Function, dyr: Private ordinary functions
Function, dz: Private ordinary functions
Function, dz: Private ordinary functions
Function, dz-ext0: Private ordinary functions
Function, dz-ext0: Private ordinary functions
Function, dz-ext1: Private ordinary functions
Function, dz-ext1: Private ordinary functions
Function, dz-ext2: Private ordinary functions
Function, dz0: Private ordinary functions
Function, dz0: Private ordinary functions
Function, dz1: Private ordinary functions
Function, dz1: Private ordinary functions
Function, dz10: Private ordinary functions
Function, dz2: Private ordinary functions
Function, dz2: Private ordinary functions
Function, dz3: Private ordinary functions
Function, dz3: Private ordinary functions
Function, dz4: Private ordinary functions
Function, dz4: Private ordinary functions
Function, dz5: Private ordinary functions
Function, dz5: Private ordinary functions
Function, dz6: Private ordinary functions
Function, dz6: Private ordinary functions
Function, dz7: Private ordinary functions
Function, dz8: Private ordinary functions
Function, dz9: Private ordinary functions
Function, dzr: Private ordinary functions
Function, dzr: Private ordinary functions
Function, expt: Public ordinary functions
Function, extrapolate: Private ordinary functions
Function, extrapolate: Private ordinary functions
Function, falloff: Private ordinary functions
Function, fbm-2d: Public ordinary functions
Function, fbm-3d: Public ordinary functions
Function, fbm-4d: Public ordinary functions
Function, fractalize: Public ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, frequency: Private ordinary functions
Function, g: Private ordinary functions
Function, get-color-channels: Private ordinary functions
Function, get-gradient-color: Private ordinary functions
Function, get-image-pixel: Public ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, get-scale-factor: Private ordinary functions
Function, gradient-point-color: Private ordinary functions
Function, gradient-point-position: Private ordinary functions
Function, gradient-point-present-p: Private ordinary functions
Function, gradient-points: Private ordinary functions
Function, gradients: Private ordinary functions
Function, gradients: Private ordinary functions
Function, gradients: Private ordinary functions
Function, gradients: Private ordinary functions
Function, gradients: Private ordinary functions
Function, gradients: Private ordinary functions
Function, hybrid-multifractal-2d: Public ordinary functions
Function, hybrid-multifractal-3d: Public ordinary functions
Function, hybrid-multifractal-4d: Public ordinary functions
Function, image-data: Public ordinary functions
Function, image-height: Public ordinary functions
Function, image-width: Public ordinary functions
Function, in1: Private ordinary functions
Function, in1: Private ordinary functions
Function, in1: Private ordinary functions
Function, in2: Private ordinary functions
Function, in2: Private ordinary functions
Function, in2: Private ordinary functions
Function, in3: Private ordinary functions
Function, in3: Private ordinary functions
Function, in4: Private ordinary functions
Function, ins: Private ordinary functions
Function, ins: Private ordinary functions
Function, ins: Private ordinary functions
Function, insert-gradient-point: Private ordinary functions
Function, interpolate-cubic: Private ordinary functions
Function, invert-p: Private ordinary functions
Function, jitter: Private ordinary functions
Function, jitter: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, lacunarity: Private ordinary functions
Function, make-abs: Private ordinary functions
Function, make-add: Private ordinary functions
Function, make-billow-2d: Private ordinary functions
Function, make-billow-3d: Private ordinary functions
Function, make-billow-4d: Private ordinary functions
Function, make-blend: Private ordinary functions
Function, make-cache: Private ordinary functions
Function, make-cellular-2d: Private ordinary functions
Function, make-cellular-3d: Private ordinary functions
Function, make-checker-2d: Private ordinary functions
Function, make-clamp: Private ordinary functions
Function, make-constant: Private ordinary functions
Function, make-curve: Private ordinary functions
Function, make-cylinders-3d: Private ordinary functions
Function, make-displace: Private ordinary functions
Function, make-divide: Private ordinary functions
Function, make-expt: Private ordinary functions
Function, make-fbm-2d: Private ordinary functions
Function, make-fbm-3d: Private ordinary functions
Function, make-fbm-4d: Private ordinary functions
Function, make-fractal-sources: Private ordinary functions
Function, make-gradient: Private ordinary functions
Function, make-gradient-point: Private ordinary functions
Function, make-hybrid-multifractal-2d: Private ordinary functions
Function, make-hybrid-multifractal-3d: Private ordinary functions
Function, make-hybrid-multifractal-4d: Private ordinary functions
Function, make-image: Private ordinary functions
Function, make-lattice-point: Private ordinary functions
Function, make-lattice-point: Private ordinary functions
Function, make-lattice-point: Private ordinary functions
Function, make-lattice-point: Private ordinary functions
Function, make-lattice-point: Private ordinary functions
Function, make-map: Public ordinary functions
Function, make-max: Private ordinary functions
Function, make-min: Private ordinary functions
Function, make-multifractal-2d: Private ordinary functions
Function, make-multifractal-3d: Private ordinary functions
Function, make-multifractal-4d: Private ordinary functions
Function, make-multiply: Private ordinary functions
Function, make-negate: Private ordinary functions
Function, make-open-simplex-2d: Private ordinary functions
Function, make-open-simplex-3d: Private ordinary functions
Function, make-open-simplex-4d: Private ordinary functions
Function, make-open-simplex2f-2d: Private ordinary functions
Function, make-open-simplex2f-3d: Private ordinary functions
Function, make-open-simplex2f-4d: Private ordinary functions
Function, make-open-simplex2s-2d: Private ordinary functions
Function, make-open-simplex2s-3d: Private ordinary functions
Function, make-open-simplex2s-4d: Private ordinary functions
Function, make-perlin-1d: Private ordinary functions
Function, make-perlin-2d: Private ordinary functions
Function, make-perlin-3d: Private ordinary functions
Function, make-perlin-4d: Private ordinary functions
Function, make-points: Private ordinary functions
Function, make-points: Private ordinary functions
Function, make-power: Private ordinary functions
Function, make-ridged-multifractal-2d: Private ordinary functions
Function, make-ridged-multifractal-3d: Private ordinary functions
Function, make-ridged-multifractal-4d: Private ordinary functions
Function, make-rng: Private ordinary functions
Function, make-rotate: Private ordinary functions
Function, make-scale: Private ordinary functions
Function, make-select: Private ordinary functions
Function, make-simplex-1d: Private ordinary functions
Function, make-simplex-2d: Private ordinary functions
Function, make-simplex-3d: Private ordinary functions
Function, make-simplex-4d: Private ordinary functions
Function, make-spheres-3d: Private ordinary functions
Function, make-state: Private ordinary functions
Function, make-state: Private ordinary functions
Function, make-state: Private ordinary functions
Function, make-strengthen: Private ordinary functions
Function, make-subtract: Private ordinary functions
Function, make-terrace: Private ordinary functions
Function, make-translate: Private ordinary functions
Function, make-turbulence: Private ordinary functions
Function, make-value-2d: Private ordinary functions
Function, make-value-3d: Private ordinary functions
Function, map-data: Public ordinary functions
Function, map-height: Public ordinary functions
Function, map-value: Public ordinary functions
Function, map-width: Public ordinary functions
Function, max: Public ordinary functions
Function, max: Private ordinary functions
Function, max: Private ordinary functions
Function, min: Public ordinary functions
Function, min: Private ordinary functions
Function, min: Private ordinary functions
Function, multifractal-2d: Public ordinary functions
Function, multifractal-3d: Public ordinary functions
Function, multifractal-4d: Public ordinary functions
Function, negate: Public ordinary functions
Function, next/fail: Private ordinary functions
Function, next/fail: Private ordinary functions
Function, next/success: Private ordinary functions
Function, next/success: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, octaves: Private ordinary functions
Function, open-simplex-2d: Public ordinary functions
Function, open-simplex-3d: Public ordinary functions
Function, open-simplex-4d: Public ordinary functions
Function, open-simplex2f-2d: Public ordinary functions
Function, open-simplex2f-3d: Public ordinary functions
Function, open-simplex2f-4d: Public ordinary functions
Function, open-simplex2s-2d: Public ordinary functions
Function, open-simplex2s-3d: Public ordinary functions
Function, open-simplex2s-4d: Public ordinary functions
Function, orient: Private ordinary functions
Function, orient: Private ordinary functions
Function, orient: Private ordinary functions
Function, orient: Private ordinary functions
Function, orient: Private ordinary functions
Function, orient: Private ordinary functions
Function, orientation: Private ordinary functions
Function, orientation: Private ordinary functions
Function, orientation: Private ordinary functions
Function, orientation: Private ordinary functions
Function, orientation: Private ordinary functions
Function, orientation: Private ordinary functions
Function, output-type: Private ordinary functions
Function, output-type: Private ordinary functions
Function, perlin-1d: Public ordinary functions
Function, perlin-2d: Public ordinary functions
Function, perlin-3d: Public ordinary functions
Function, perlin-4d: Public ordinary functions
Function, perlin-permute: Private ordinary functions
Function, permute: Private ordinary functions
Function, permute: Private ordinary functions
Function, permute: Private ordinary functions
Function, permute: Private ordinary functions
Function, permute: Private ordinary functions
Function, permute: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, persistence: Private ordinary functions
Function, power: Public ordinary functions
Function, power: Private ordinary functions
Function, power: Private ordinary functions
Function, quintic-curve: Private ordinary functions
Function, r: Private ordinary functions
Function, render-map: Public ordinary functions
Function, rgba: Private ordinary functions
Function, ridged-multifractal-2d: Public ordinary functions
Function, ridged-multifractal-3d: Public ordinary functions
Function, ridged-multifractal-4d: Public ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rng: Private ordinary functions
Function, rotate: Public ordinary functions
Function, rx1: Private ordinary functions
Function, rx2: Private ordinary functions
Function, rx3: Private ordinary functions
Function, ry1: Private ordinary functions
Function, ry2: Private ordinary functions
Function, ry3: Private ordinary functions
Function, rz1: Private ordinary functions
Function, rz2: Private ordinary functions
Function, rz3: Private ordinary functions
Function, sampler: Private ordinary functions
Function, sampler: Private ordinary functions
Function, sampler: Private ordinary functions
Function, sampler-rng: Private ordinary functions
Function, scale: Public ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, scale: Private ordinary functions
Function, seed: Private ordinary functions
Function, seed: Private ordinary functions
Function, seed: Private ordinary functions
Function, seed: Private ordinary functions
Function, select: Public ordinary functions
Function, set-image-channels: Private ordinary functions
Function, simplex-1d: Public ordinary functions
Function, simplex-2d: Public ordinary functions
Function, simplex-3d: Public ordinary functions
Function, simplex-4d: Public ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source: Private ordinary functions
Function, source1: Private ordinary functions
Function, source1: Private ordinary functions
Function, source1: Private ordinary functions
Function, source1: Private ordinary functions
Function, source1: Private ordinary functions
Function, source1: Private ordinary functions
Function, source1: Private ordinary functions
Function, source1: Private ordinary functions
Function, source1: Private ordinary functions
Function, source2: Private ordinary functions
Function, source2: Private ordinary functions
Function, source2: Private ordinary functions
Function, source2: Private ordinary functions
Function, source2: Private ordinary functions
Function, source2: Private ordinary functions
Function, source2: Private ordinary functions
Function, source2: Private ordinary functions
Function, source2: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, sources: Private ordinary functions
Function, spheres-3d: Public ordinary functions
Function, ssi-delta: Private ordinary functions
Function, strength: Private ordinary functions
Function, strengthen: Public ordinary functions
Function, stretch-offset: Private ordinary functions
Function, stretch-offset: Private ordinary functions
Function, stretch-offset: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, table: Private ordinary functions
Function, terrace: Public ordinary functions
Function, translate: Public ordinary functions
Function, turbulence: Public ordinary functions
Function, uniform-scale: Public ordinary functions
Function, value: Private ordinary functions
Function, value: Private ordinary functions
Function, value: Private ordinary functions
Function, value: Private ordinary functions
Function, value: Private ordinary functions
Function, value-2d: Public ordinary functions
Function, value-3d: Public ordinary functions
Function, w: Private ordinary functions
Function, w: Private ordinary functions
Function, w: Private ordinary functions
Function, w: Private ordinary functions
Function, w1: Private ordinary functions
Function, w2: Private ordinary functions
Function, w3: Private ordinary functions
Function, w4: Private ordinary functions
Function, wins: Private ordinary functions
Function, write-image: Public ordinary functions
Function, write-map: Private ordinary functions
Function, write-map/parallel: Private ordinary functions
Function, wsb: Private ordinary functions
Function, wsi: Private ordinary functions
Function, wsv: Private ordinary functions
Function, wsv: Private ordinary functions
Function, wsv-ext0: Private ordinary functions
Function, wsv-ext1: Private ordinary functions
Function, wsv-ext2: Private ordinary functions
Function, x: Private ordinary functions
Function, x: Private ordinary functions
Function, x: Private ordinary functions
Function, x: Private ordinary functions
Function, x1: Private ordinary functions
Function, x2: Private ordinary functions
Function, x3: Private ordinary functions
Function, x4: Private ordinary functions
Function, xins: Private ordinary functions
Function, xins: Private ordinary functions
Function, xins: Private ordinary functions
Function, xrv: Private ordinary functions
Function, xrv: Private ordinary functions
Function, xsb: Private ordinary functions
Function, xsb: Private ordinary functions
Function, xsb: Private ordinary functions
Function, xsi: Private ordinary functions
Function, xsv: Private ordinary functions
Function, xsv: Private ordinary functions
Function, xsv: Private ordinary functions
Function, xsv-ext: Private ordinary functions
Function, xsv-ext0: Private ordinary functions
Function, xsv-ext0: Private ordinary functions
Function, xsv-ext1: Private ordinary functions
Function, xsv-ext1: Private ordinary functions
Function, xsv-ext2: Private ordinary functions
Function, y: Private ordinary functions
Function, y: Private ordinary functions
Function, y: Private ordinary functions
Function, y: Private ordinary functions
Function, y1: Private ordinary functions
Function, y2: Private ordinary functions
Function, y3: Private ordinary functions
Function, y4: Private ordinary functions
Function, yins: Private ordinary functions
Function, yins: Private ordinary functions
Function, yins: Private ordinary functions
Function, yrv: Private ordinary functions
Function, yrv: Private ordinary functions
Function, ysb: Private ordinary functions
Function, ysb: Private ordinary functions
Function, ysb: Private ordinary functions
Function, ysi: Private ordinary functions
Function, ysv: Private ordinary functions
Function, ysv: Private ordinary functions
Function, ysv: Private ordinary functions
Function, ysv-ext: Private ordinary functions
Function, ysv-ext0: Private ordinary functions
Function, ysv-ext0: Private ordinary functions
Function, ysv-ext1: Private ordinary functions
Function, ysv-ext1: Private ordinary functions
Function, ysv-ext2: Private ordinary functions
Function, z: Private ordinary functions
Function, z: Private ordinary functions
Function, z: Private ordinary functions
Function, z: Private ordinary functions
Function, z1: Private ordinary functions
Function, z2: Private ordinary functions
Function, z3: Private ordinary functions
Function, z4: Private ordinary functions
Function, zins: Private ordinary functions
Function, zins: Private ordinary functions
Function, zrv: Private ordinary functions
Function, zrv: Private ordinary functions
Function, zsb: Private ordinary functions
Function, zsb: Private ordinary functions
Function, zsi: Private ordinary functions
Function, zsv: Private ordinary functions
Function, zsv: Private ordinary functions
Function, zsv-ext0: Private ordinary functions
Function, zsv-ext0: Private ordinary functions
Function, zsv-ext1: Private ordinary functions
Function, zsv-ext1: Private ordinary functions
Function, zsv-ext2: Private ordinary functions

G
g: Private ordinary functions
Generic Function, argument: Private generic functions
Generic Function, build-gradient: Private generic functions
Generic Function, distance-method: Private generic functions
Generic Function, orientation: Private generic functions
Generic Function, output-type: Private generic functions
Generic Function, sample: Public generic functions
Generic Function, sampler-type: Private generic functions
Generic Function, seed: Private generic functions
Generic Function, valid-distance-methods: Private generic functions
Generic Function, valid-orientations: Private generic functions
Generic Function, valid-output-types: Private generic functions
Generic Function, value: Private generic functions
get-color-channels: Private ordinary functions
get-gradient-color: Private ordinary functions
get-image-pixel: Public ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
get-scale-factor: Private ordinary functions
gradient-point-color: Private ordinary functions
gradient-point-position: Private ordinary functions
gradient-point-present-p: Private ordinary functions
gradient-points: Private ordinary functions
gradients: Private ordinary functions
gradients: Private ordinary functions
gradients: Private ordinary functions
gradients: Private ordinary functions
gradients: Private ordinary functions
gradients: Private ordinary functions

H
hybrid-multifractal-2d: Public ordinary functions
hybrid-multifractal-3d: Public ordinary functions
hybrid-multifractal-4d: Public ordinary functions

I
image-data: Public ordinary functions
image-height: Public ordinary functions
image-width: Public ordinary functions
in1: Private ordinary functions
in1: Private ordinary functions
in1: Private ordinary functions
in2: Private ordinary functions
in2: Private ordinary functions
in2: Private ordinary functions
in3: Private ordinary functions
in3: Private ordinary functions
in4: Private ordinary functions
ins: Private ordinary functions
ins: Private ordinary functions
ins: Private ordinary functions
insert-gradient-point: Private ordinary functions
interpolate-cubic: Private ordinary functions
invert-p: Private ordinary functions

J
jitter: Private ordinary functions
jitter: Private ordinary functions

L
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lacunarity: Private ordinary functions
lookup: Private macros
lookup-wrap: Private macros

M
Macro, define-gradient: Public macros
Macro, lookup: Private macros
Macro, lookup-wrap: Private macros
make-abs: Private ordinary functions
make-add: Private ordinary functions
make-billow-2d: Private ordinary functions
make-billow-3d: Private ordinary functions
make-billow-4d: Private ordinary functions
make-blend: Private ordinary functions
make-cache: Private ordinary functions
make-cellular-2d: Private ordinary functions
make-cellular-3d: Private ordinary functions
make-checker-2d: Private ordinary functions
make-clamp: Private ordinary functions
make-constant: Private ordinary functions
make-curve: Private ordinary functions
make-cylinders-3d: Private ordinary functions
make-displace: Private ordinary functions
make-divide: Private ordinary functions
make-expt: Private ordinary functions
make-fbm-2d: Private ordinary functions
make-fbm-3d: Private ordinary functions
make-fbm-4d: Private ordinary functions
make-fractal-sources: Private ordinary functions
make-gradient: Private ordinary functions
make-gradient-point: Private ordinary functions
make-hybrid-multifractal-2d: Private ordinary functions
make-hybrid-multifractal-3d: Private ordinary functions
make-hybrid-multifractal-4d: Private ordinary functions
make-image: Private ordinary functions
make-lattice-point: Private ordinary functions
make-lattice-point: Private ordinary functions
make-lattice-point: Private ordinary functions
make-lattice-point: Private ordinary functions
make-lattice-point: Private ordinary functions
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-map: Public ordinary functions
make-max: Private ordinary functions
make-min: Private ordinary functions
make-multifractal-2d: Private ordinary functions
make-multifractal-3d: Private ordinary functions
make-multifractal-4d: Private ordinary functions
make-multiply: Private ordinary functions
make-negate: Private ordinary functions
make-open-simplex-2d: Private ordinary functions
make-open-simplex-3d: Private ordinary functions
make-open-simplex-4d: Private ordinary functions
make-open-simplex2f-2d: Private ordinary functions
make-open-simplex2f-3d: Private ordinary functions
make-open-simplex2f-4d: Private ordinary functions
make-open-simplex2s-2d: Private ordinary functions
make-open-simplex2s-3d: Private ordinary functions
make-open-simplex2s-4d: Private ordinary functions
make-perlin-1d: Private ordinary functions
make-perlin-2d: Private ordinary functions
make-perlin-3d: Private ordinary functions
make-perlin-4d: Private ordinary functions
make-points: Private ordinary functions
make-points: Private ordinary functions
make-power: Private ordinary functions
make-ridged-multifractal-2d: Private ordinary functions
make-ridged-multifractal-3d: Private ordinary functions
make-ridged-multifractal-4d: Private ordinary functions
make-rng: Private ordinary functions
make-rotate: Private ordinary functions
make-scale: Private ordinary functions
make-select: Private ordinary functions
make-simplex-1d: Private ordinary functions
make-simplex-2d: Private ordinary functions
make-simplex-3d: Private ordinary functions
make-simplex-4d: Private ordinary functions
make-spheres-3d: Private ordinary functions
make-state: Private ordinary functions
make-state: Private ordinary functions
make-state: Private ordinary functions
make-strengthen: Private ordinary functions
make-subtract: Private ordinary functions
make-terrace: Private ordinary functions
make-translate: Private ordinary functions
make-turbulence: Private ordinary functions
make-value-2d: Private ordinary functions
make-value-3d: Private ordinary functions
map-data: Public ordinary functions
map-height: Public ordinary functions
map-value: Public ordinary functions
map-width: Public ordinary functions
max: Public ordinary functions
max: Private ordinary functions
max: Private ordinary functions
Method, argument: Private generic functions
Method, argument: Private generic functions
Method, build-gradient: Private generic functions
Method, build-gradient: Private generic functions
Method, build-gradient: Private generic functions
Method, build-gradient: Private generic functions
Method, build-gradient: Private generic functions
Method, distance-method: Private generic functions
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, orientation: Private generic functions
Method, output-type: Private generic functions
Method, print-object: Public standalone methods
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sample: Public generic functions
Method, sampler-type: Private generic functions
Method, seed: Private generic functions
Method, valid-distance-methods: Private generic functions
Method, valid-orientations: Private generic functions
Method, valid-output-types: Private generic functions
Method, value: Private generic functions
Method, value: Private generic functions
Method, value: Private generic functions
min: Public ordinary functions
min: Private ordinary functions
min: Private ordinary functions
multifractal-2d: Public ordinary functions
multifractal-3d: Public ordinary functions
multifractal-4d: Public ordinary functions

N
negate: Public ordinary functions
next/fail: Private ordinary functions
next/fail: Private ordinary functions
next/success: Private ordinary functions
next/success: Private ordinary functions

O
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
octaves: Private ordinary functions
open-simplex-2d: Public ordinary functions
open-simplex-3d: Public ordinary functions
open-simplex-4d: Public ordinary functions
open-simplex2f-2d: Public ordinary functions
open-simplex2f-3d: Public ordinary functions
open-simplex2f-4d: Public ordinary functions
open-simplex2s-2d: Public ordinary functions
open-simplex2s-3d: Public ordinary functions
open-simplex2s-4d: Public ordinary functions
orient: Private ordinary functions
orient: Private ordinary functions
orient: Private ordinary functions
orient: Private ordinary functions
orient: Private ordinary functions
orient: Private ordinary functions
orientation: Private ordinary functions
orientation: Private ordinary functions
orientation: Private ordinary functions
orientation: Private ordinary functions
orientation: Private ordinary functions
orientation: Private ordinary functions
orientation: Private generic functions
orientation: Private generic functions
output-type: Private ordinary functions
output-type: Private ordinary functions
output-type: Private generic functions
output-type: Private generic functions

P
perlin-1d: Public ordinary functions
perlin-2d: Public ordinary functions
perlin-3d: Public ordinary functions
perlin-4d: Public ordinary functions
perlin-permute: Private ordinary functions
permute: Private ordinary functions
permute: Private ordinary functions
permute: Private ordinary functions
permute: Private ordinary functions
permute: Private ordinary functions
permute: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
persistence: Private ordinary functions
power: Public ordinary functions
power: Private ordinary functions
power: Private ordinary functions
print-object: Public standalone methods

Q
quintic-curve: Private ordinary functions

R
r: Private ordinary functions
render-map: Public ordinary functions
rgba: Private ordinary functions
ridged-multifractal-2d: Public ordinary functions
ridged-multifractal-3d: Public ordinary functions
ridged-multifractal-4d: Public ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rng: Private ordinary functions
rotate: Public ordinary functions
rx1: Private ordinary functions
rx2: Private ordinary functions
rx3: Private ordinary functions
ry1: Private ordinary functions
ry2: Private ordinary functions
ry3: Private ordinary functions
rz1: Private ordinary functions
rz2: Private ordinary functions
rz3: Private ordinary functions

S
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sample: Public generic functions
sampler: Private ordinary functions
sampler: Private ordinary functions
sampler: Private ordinary functions
sampler-rng: Private ordinary functions
sampler-type: Private generic functions
sampler-type: Private generic functions
scale: Public ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
scale: Private ordinary functions
seed: Private ordinary functions
seed: Private ordinary functions
seed: Private ordinary functions
seed: Private ordinary functions
seed: Private generic functions
seed: Private generic functions
select: Public ordinary functions
set-image-channels: Private ordinary functions
simplex-1d: Public ordinary functions
simplex-2d: Public ordinary functions
simplex-3d: Public ordinary functions
simplex-4d: Public ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source: Private ordinary functions
source1: Private ordinary functions
source1: Private ordinary functions
source1: Private ordinary functions
source1: Private ordinary functions
source1: Private ordinary functions
source1: Private ordinary functions
source1: Private ordinary functions
source1: Private ordinary functions
source1: Private ordinary functions
source2: Private ordinary functions
source2: Private ordinary functions
source2: Private ordinary functions
source2: Private ordinary functions
source2: Private ordinary functions
source2: Private ordinary functions
source2: Private ordinary functions
source2: Private ordinary functions
source2: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
sources: Private ordinary functions
spheres-3d: Public ordinary functions
ssi-delta: Private ordinary functions
strength: Private ordinary functions
strengthen: Public ordinary functions
stretch-offset: Private ordinary functions
stretch-offset: Private ordinary functions
stretch-offset: Private ordinary functions

T
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
table: Private ordinary functions
terrace: Public ordinary functions
translate: Public ordinary functions
turbulence: Public ordinary functions

U
uniform-scale: Public ordinary functions

V
valid-distance-methods: Private generic functions
valid-distance-methods: Private generic functions
valid-orientations: Private generic functions
valid-orientations: Private generic functions
valid-output-types: Private generic functions
valid-output-types: Private generic functions
value: Private ordinary functions
value: Private ordinary functions
value: Private ordinary functions
value: Private ordinary functions
value: Private ordinary functions
value: Private generic functions
value: Private generic functions
value: Private generic functions
value: Private generic functions
value-2d: Public ordinary functions
value-3d: Public ordinary functions

W
w: Private ordinary functions
w: Private ordinary functions
w: Private ordinary functions
w: Private ordinary functions
w1: Private ordinary functions
w2: Private ordinary functions
w3: Private ordinary functions
w4: Private ordinary functions
wins: Private ordinary functions
write-image: Public ordinary functions
write-map: Private ordinary functions
write-map/parallel: Private ordinary functions
wsb: Private ordinary functions
wsi: Private ordinary functions
wsv: Private ordinary functions
wsv: Private ordinary functions
wsv-ext0: Private ordinary functions
wsv-ext1: Private ordinary functions
wsv-ext2: Private ordinary functions

X
x: Private ordinary functions
x: Private ordinary functions
x: Private ordinary functions
x: Private ordinary functions
x1: Private ordinary functions
x2: Private ordinary functions
x3: Private ordinary functions
x4: Private ordinary functions
xins: Private ordinary functions
xins: Private ordinary functions
xins: Private ordinary functions
xrv: Private ordinary functions
xrv: Private ordinary functions
xsb: Private ordinary functions
xsb: Private ordinary functions
xsb: Private ordinary functions
xsi: Private ordinary functions
xsv: Private ordinary functions
xsv: Private ordinary functions
xsv: Private ordinary functions
xsv-ext: Private ordinary functions
xsv-ext0: Private ordinary functions
xsv-ext0: Private ordinary functions
xsv-ext1: Private ordinary functions
xsv-ext1: Private ordinary functions
xsv-ext2: Private ordinary functions

Y
y: Private ordinary functions
y: Private ordinary functions
y: Private ordinary functions
y: Private ordinary functions
y1: Private ordinary functions
y2: Private ordinary functions
y3: Private ordinary functions
y4: Private ordinary functions
yins: Private ordinary functions
yins: Private ordinary functions
yins: Private ordinary functions
yrv: Private ordinary functions
yrv: Private ordinary functions
ysb: Private ordinary functions
ysb: Private ordinary functions
ysb: Private ordinary functions
ysi: Private ordinary functions
ysv: Private ordinary functions
ysv: Private ordinary functions
ysv: Private ordinary functions
ysv-ext: Private ordinary functions
ysv-ext0: Private ordinary functions
ysv-ext0: Private ordinary functions
ysv-ext1: Private ordinary functions
ysv-ext1: Private ordinary functions
ysv-ext2: Private ordinary functions

Z
z: Private ordinary functions
z: Private ordinary functions
z: Private ordinary functions
z: Private ordinary functions
z1: Private ordinary functions
z2: Private ordinary functions
z3: Private ordinary functions
z4: Private ordinary functions
zins: Private ordinary functions
zins: Private ordinary functions
zrv: Private ordinary functions
zrv: Private ordinary functions
zsb: Private ordinary functions
zsb: Private ordinary functions
zsi: Private ordinary functions
zsv: Private ordinary functions
zsv: Private ordinary functions
zsv-ext0: Private ordinary functions
zsv-ext0: Private ordinary functions
zsv-ext1: Private ordinary functions
zsv-ext1: Private ordinary functions
zsv-ext2: Private ordinary functions


A.3 Variables

Jump to:   %   +  
A   B   C   D   F   G   H   I   J   L   M   N   O   P   R   S   T   V   W   X   Y   Z  
Index Entry  Section

%
%argument: Public conditions
%argument: Public conditions
%distance-method: Public conditions
%orientation: Public conditions
%output-type: Public conditions
%sampler-type: Public conditions
%seed: Public conditions
%valid-distance-methods: Public conditions
%valid-orientations: Public conditions
%valid-output-types: Public conditions
%value: Public conditions
%value: Public conditions
%value: Public conditions

+
+gradients+: Private constants
+gradients+: Private constants
+gradients+: Private constants
+gradients+: Private constants
+gradients+: Private constants
+gradients+: Private constants
+gradients+: Private constants
+gradients+: Private constants
+gradients+: Private constants
+lookup+: Private constants
+lookup+: Private constants
+lookup+: Private constants
+lookup+: Private constants
+lookup+: Private constants
+lookup+: Private constants
+lookup-pregen+: Private constants
+permutation+: Private constants
+prime-x+: Private constants
+prime-y+: Private constants
+prime-z+: Private constants
+scale+: Private constants
+scale+: Private constants
+scale+: Private constants
+scale+: Private constants
+scale+: Private constants
+scale+: Private constants
+scale+: Private constants
+skew-factor+: Private constants
+skew-factor+: Private constants
+skew-factor+: Private constants
+squish+: Private constants
+squish+: Private constants
+squish+: Private constants
+stretch+: Private constants
+stretch+: Private constants
+stretch+: Private constants
+table+: Private constants
+table+: Private constants
+table+: Private constants
+unskew-factor+: Private constants
+unskew-factor+: Private constants
+unskew-factor+: Private constants

A
attenuation: Public structures
attenuation: Public structures
attenuation: Public structures

B
bias: Public structures

C
cached-p: Public structures
color: Private structures
Constant, +gradients+: Private constants
Constant, +gradients+: Private constants
Constant, +gradients+: Private constants
Constant, +gradients+: Private constants
Constant, +gradients+: Private constants
Constant, +gradients+: Private constants
Constant, +gradients+: Private constants
Constant, +gradients+: Private constants
Constant, +gradients+: Private constants
Constant, +lookup+: Private constants
Constant, +lookup+: Private constants
Constant, +lookup+: Private constants
Constant, +lookup+: Private constants
Constant, +lookup+: Private constants
Constant, +lookup+: Private constants
Constant, +lookup-pregen+: Private constants
Constant, +permutation+: Private constants
Constant, +prime-x+: Private constants
Constant, +prime-y+: Private constants
Constant, +prime-z+: Private constants
Constant, +scale+: Private constants
Constant, +scale+: Private constants
Constant, +scale+: Private constants
Constant, +scale+: Private constants
Constant, +scale+: Private constants
Constant, +scale+: Private constants
Constant, +scale+: Private constants
Constant, +skew-factor+: Private constants
Constant, +skew-factor+: Private constants
Constant, +skew-factor+: Private constants
Constant, +squish+: Private constants
Constant, +squish+: Private constants
Constant, +squish+: Private constants
Constant, +stretch+: Private constants
Constant, +stretch+: Private constants
Constant, +stretch+: Private constants
Constant, +table+: Private constants
Constant, +table+: Private constants
Constant, +table+: Private constants
Constant, +unskew-factor+: Private constants
Constant, +unskew-factor+: Private constants
Constant, +unskew-factor+: Private constants
control: Public structures
control: Public structures
control-points: Public structures
control-points: Public structures

D
data: Public structures
data: Public structures
displacement-source: Public structures
distance-method: Public structures
distance-method: Public structures
dw: Private structures
dw: Private structures
dw-ext0: Private structures
dw-ext1: Private structures
dw-ext2: Private structures
dw0: Private structures
dw1: Private structures
dw10: Private structures
dw2: Private structures
dw3: Private structures
dw4: Private structures
dw5: Private structures
dw6: Private structures
dw7: Private structures
dw8: Private structures
dw9: Private structures
dx: Private structures
dx: Private structures
dx: Private structures
dx-ext: Private structures
dx-ext0: Private structures
dx-ext0: Private structures
dx-ext1: Private structures
dx-ext1: Private structures
dx-ext2: Private structures
dx0: Private structures
dx0: Private structures
dx0: Private structures
dx1: Private structures
dx1: Private structures
dx1: Private structures
dx10: Private structures
dx2: Private structures
dx2: Private structures
dx2: Private structures
dx3: Private structures
dx3: Private structures
dx4: Private structures
dx4: Private structures
dx5: Private structures
dx5: Private structures
dx6: Private structures
dx6: Private structures
dx7: Private structures
dx8: Private structures
dx9: Private structures
dxr: Private structures
dxr: Private structures
dy: Private structures
dy: Private structures
dy: Private structures
dy-ext: Private structures
dy-ext0: Private structures
dy-ext0: Private structures
dy-ext1: Private structures
dy-ext1: Private structures
dy-ext2: Private structures
dy0: Private structures
dy0: Private structures
dy0: Private structures
dy1: Private structures
dy1: Private structures
dy1: Private structures
dy10: Private structures
dy2: Private structures
dy2: Private structures
dy2: Private structures
dy3: Private structures
dy3: Private structures
dy4: Private structures
dy4: Private structures
dy5: Private structures
dy5: Private structures
dy6: Private structures
dy6: Private structures
dy7: Private structures
dy8: Private structures
dy9: Private structures
dyr: Private structures
dyr: Private structures
dz: Private structures
dz: Private structures
dz-ext0: Private structures
dz-ext0: Private structures
dz-ext1: Private structures
dz-ext1: Private structures
dz-ext2: Private structures
dz0: Private structures
dz0: Private structures
dz1: Private structures
dz1: Private structures
dz10: Private structures
dz2: Private structures
dz2: Private structures
dz3: Private structures
dz3: Private structures
dz4: Private structures
dz4: Private structures
dz5: Private structures
dz5: Private structures
dz6: Private structures
dz6: Private structures
dz7: Private structures
dz8: Private structures
dz9: Private structures
dzr: Private structures
dzr: Private structures

F
falloff: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures
frequency: Public structures

G
gradients: Public structures
gradients: Public structures
gradients: Public structures
gradients: Public structures
gradients: Public structures
gradients: Public structures

H
height: Public structures
height: Public structures

I
ins: Private structures
ins: Private structures
ins: Private structures
invert-p: Public structures

J
jitter: Public structures
jitter: Public structures

L
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures
lacunarity: Public structures

M
max: Public structures
max: Public structures
min: Public structures
min: Public structures

N
next/fail: Private structures
next/fail: Private structures
next/success: Private structures
next/success: Private structures

O
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
octaves: Public structures
orientation: Public structures
orientation: Public structures
orientation: Public structures
orientation: Public structures
orientation: Public structures
orientation: Public structures
output-type: Public structures
output-type: Public structures

P
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
persistence: Public structures
points: Private structures
position: Private structures
power: Public structures
power: Public structures

R
rng: Public structures
rx1: Public structures
rx2: Public structures
rx3: Public structures
ry1: Public structures
ry2: Public structures
ry3: Public structures
rz1: Public structures
rz2: Public structures
rz3: Public structures

S
sampler: Private structures
sampler: Private structures
sampler: Private structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
scale: Public structures
seed: Public structures
seed: Public structures
seed: Public structures
seed: Public structures
Slot, %argument: Public conditions
Slot, %argument: Public conditions
Slot, %distance-method: Public conditions
Slot, %orientation: Public conditions
Slot, %output-type: Public conditions
Slot, %sampler-type: Public conditions
Slot, %seed: Public conditions
Slot, %valid-distance-methods: Public conditions
Slot, %valid-orientations: Public conditions
Slot, %valid-output-types: Public conditions
Slot, %value: Public conditions
Slot, %value: Public conditions
Slot, %value: Public conditions
Slot, attenuation: Public structures
Slot, attenuation: Public structures
Slot, attenuation: Public structures
Slot, bias: Public structures
Slot, cached-p: Public structures
Slot, color: Private structures
Slot, control: Public structures
Slot, control: Public structures
Slot, control-points: Public structures
Slot, control-points: Public structures
Slot, data: Public structures
Slot, data: Public structures
Slot, displacement-source: Public structures
Slot, distance-method: Public structures
Slot, distance-method: Public structures
Slot, dw: Private structures
Slot, dw: Private structures
Slot, dw-ext0: Private structures
Slot, dw-ext1: Private structures
Slot, dw-ext2: Private structures
Slot, dw0: Private structures
Slot, dw1: Private structures
Slot, dw10: Private structures
Slot, dw2: Private structures
Slot, dw3: Private structures
Slot, dw4: Private structures
Slot, dw5: Private structures
Slot, dw6: Private structures
Slot, dw7: Private structures
Slot, dw8: Private structures
Slot, dw9: Private structures
Slot, dx: Private structures
Slot, dx: Private structures
Slot, dx: Private structures
Slot, dx-ext: Private structures
Slot, dx-ext0: Private structures
Slot, dx-ext0: Private structures
Slot, dx-ext1: Private structures
Slot, dx-ext1: Private structures
Slot, dx-ext2: Private structures
Slot, dx0: Private structures
Slot, dx0: Private structures
Slot, dx0: Private structures
Slot, dx1: Private structures
Slot, dx1: Private structures
Slot, dx1: Private structures
Slot, dx10: Private structures
Slot, dx2: Private structures
Slot, dx2: Private structures
Slot, dx2: Private structures
Slot, dx3: Private structures
Slot, dx3: Private structures
Slot, dx4: Private structures
Slot, dx4: Private structures
Slot, dx5: Private structures
Slot, dx5: Private structures
Slot, dx6: Private structures
Slot, dx6: Private structures
Slot, dx7: Private structures
Slot, dx8: Private structures
Slot, dx9: Private structures
Slot, dxr: Private structures
Slot, dxr: Private structures
Slot, dy: Private structures
Slot, dy: Private structures
Slot, dy: Private structures
Slot, dy-ext: Private structures
Slot, dy-ext0: Private structures
Slot, dy-ext0: Private structures
Slot, dy-ext1: Private structures
Slot, dy-ext1: Private structures
Slot, dy-ext2: Private structures
Slot, dy0: Private structures
Slot, dy0: Private structures
Slot, dy0: Private structures
Slot, dy1: Private structures
Slot, dy1: Private structures
Slot, dy1: Private structures
Slot, dy10: Private structures
Slot, dy2: Private structures
Slot, dy2: Private structures
Slot, dy2: Private structures
Slot, dy3: Private structures
Slot, dy3: Private structures
Slot, dy4: Private structures
Slot, dy4: Private structures
Slot, dy5: Private structures
Slot, dy5: Private structures
Slot, dy6: Private structures
Slot, dy6: Private structures
Slot, dy7: Private structures
Slot, dy8: Private structures
Slot, dy9: Private structures
Slot, dyr: Private structures
Slot, dyr: Private structures
Slot, dz: Private structures
Slot, dz: Private structures
Slot, dz-ext0: Private structures
Slot, dz-ext0: Private structures
Slot, dz-ext1: Private structures
Slot, dz-ext1: Private structures
Slot, dz-ext2: Private structures
Slot, dz0: Private structures
Slot, dz0: Private structures
Slot, dz1: Private structures
Slot, dz1: Private structures
Slot, dz10: Private structures
Slot, dz2: Private structures
Slot, dz2: Private structures
Slot, dz3: Private structures
Slot, dz3: Private structures
Slot, dz4: Private structures
Slot, dz4: Private structures
Slot, dz5: Private structures
Slot, dz5: Private structures
Slot, dz6: Private structures
Slot, dz6: Private structures
Slot, dz7: Private structures
Slot, dz8: Private structures
Slot, dz9: Private structures
Slot, dzr: Private structures
Slot, dzr: Private structures
Slot, falloff: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, frequency: Public structures
Slot, gradients: Public structures
Slot, gradients: Public structures
Slot, gradients: Public structures
Slot, gradients: Public structures
Slot, gradients: Public structures
Slot, gradients: Public structures
Slot, height: Public structures
Slot, height: Public structures
Slot, ins: Private structures
Slot, ins: Private structures
Slot, ins: Private structures
Slot, invert-p: Public structures
Slot, jitter: Public structures
Slot, jitter: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, lacunarity: Public structures
Slot, max: Public structures
Slot, max: Public structures
Slot, min: Public structures
Slot, min: Public structures
Slot, next/fail: Private structures
Slot, next/fail: Private structures
Slot, next/success: Private structures
Slot, next/success: Private structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, octaves: Public structures
Slot, orientation: Public structures
Slot, orientation: Public structures
Slot, orientation: Public structures
Slot, orientation: Public structures
Slot, orientation: Public structures
Slot, orientation: Public structures
Slot, output-type: Public structures
Slot, output-type: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, persistence: Public structures
Slot, points: Private structures
Slot, position: Private structures
Slot, power: Public structures
Slot, power: Public structures
Slot, rng: Public structures
Slot, rx1: Public structures
Slot, rx2: Public structures
Slot, rx3: Public structures
Slot, ry1: Public structures
Slot, ry2: Public structures
Slot, ry3: Public structures
Slot, rz1: Public structures
Slot, rz2: Public structures
Slot, rz3: Public structures
Slot, sampler: Private structures
Slot, sampler: Private structures
Slot, sampler: Private structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, scale: Public structures
Slot, seed: Public structures
Slot, seed: Public structures
Slot, seed: Public structures
Slot, seed: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Public structures
Slot, source1: Public structures
Slot, source1: Public structures
Slot, source1: Public structures
Slot, source1: Public structures
Slot, source1: Public structures
Slot, source1: Public structures
Slot, source1: Public structures
Slot, source1: Public structures
Slot, source1: Public structures
Slot, source2: Public structures
Slot, source2: Public structures
Slot, source2: Public structures
Slot, source2: Public structures
Slot, source2: Public structures
Slot, source2: Public structures
Slot, source2: Public structures
Slot, source2: Public structures
Slot, source2: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, sources: Public structures
Slot, ssi-delta: Private structures
Slot, strength: Public structures
Slot, stretch-offset: Private structures
Slot, stretch-offset: Private structures
Slot, stretch-offset: Private structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, table: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Private structures
Slot, value: Private structures
Slot, value: Private structures
Slot, w: Public structures
Slot, w: Public structures
Slot, w: Public structures
Slot, w: Public structures
Slot, w1: Public structures
Slot, w2: Public structures
Slot, w3: Public structures
Slot, w4: Public structures
Slot, width: Public structures
Slot, width: Public structures
Slot, wins: Private structures
Slot, wsb: Private structures
Slot, wsi: Private structures
Slot, wsv: Private structures
Slot, wsv: Private structures
Slot, wsv-ext0: Private structures
Slot, wsv-ext1: Private structures
Slot, wsv-ext2: Private structures
Slot, x: Public structures
Slot, x: Public structures
Slot, x: Public structures
Slot, x: Public structures
Slot, x1: Public structures
Slot, x2: Public structures
Slot, x3: Public structures
Slot, x4: Public structures
Slot, xins: Private structures
Slot, xins: Private structures
Slot, xins: Private structures
Slot, xrv: Private structures
Slot, xrv: Private structures
Slot, xsb: Private structures
Slot, xsb: Private structures
Slot, xsb: Private structures
Slot, xsi: Private structures
Slot, xsv: Private structures
Slot, xsv: Private structures
Slot, xsv: Private structures
Slot, xsv-ext: Private structures
Slot, xsv-ext0: Private structures
Slot, xsv-ext0: Private structures
Slot, xsv-ext1: Private structures
Slot, xsv-ext1: Private structures
Slot, xsv-ext2: Private structures
Slot, y: Public structures
Slot, y: Public structures
Slot, y: Public structures
Slot, y: Public structures
Slot, y1: Public structures
Slot, y2: Public structures
Slot, y3: Public structures
Slot, y4: Public structures
Slot, yins: Private structures
Slot, yins: Private structures
Slot, yins: Private structures
Slot, yrv: Private structures
Slot, yrv: Private structures
Slot, ysb: Private structures
Slot, ysb: Private structures
Slot, ysb: Private structures
Slot, ysi: Private structures
Slot, ysv: Private structures
Slot, ysv: Private structures
Slot, ysv: Private structures
Slot, ysv-ext: Private structures
Slot, ysv-ext0: Private structures
Slot, ysv-ext0: Private structures
Slot, ysv-ext1: Private structures
Slot, ysv-ext1: Private structures
Slot, ysv-ext2: Private structures
Slot, z: Public structures
Slot, z: Public structures
Slot, z: Public structures
Slot, z: Public structures
Slot, z1: Public structures
Slot, z2: Public structures
Slot, z3: Public structures
Slot, z4: Public structures
Slot, zins: Private structures
Slot, zins: Private structures
Slot, zrv: Private structures
Slot, zrv: Private structures
Slot, zsb: Private structures
Slot, zsb: Private structures
Slot, zsi: Private structures
Slot, zsv: Private structures
Slot, zsv: Private structures
Slot, zsv-ext0: Private structures
Slot, zsv-ext0: Private structures
Slot, zsv-ext1: Private structures
Slot, zsv-ext1: Private structures
Slot, zsv-ext2: Private structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source: Public structures
source1: Public structures
source1: Public structures
source1: Public structures
source1: Public structures
source1: Public structures
source1: Public structures
source1: Public structures
source1: Public structures
source1: Public structures
source2: Public structures
source2: Public structures
source2: Public structures
source2: Public structures
source2: Public structures
source2: Public structures
source2: Public structures
source2: Public structures
source2: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
sources: Public structures
ssi-delta: Private structures
strength: Public structures
stretch-offset: Private structures
stretch-offset: Private structures
stretch-offset: Private structures

T
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures
table: Public structures

V
value: Public structures
value: Public structures
value: Private structures
value: Private structures
value: Private structures

W
w: Public structures
w: Public structures
w: Public structures
w: Public structures
w1: Public structures
w2: Public structures
w3: Public structures
w4: Public structures
width: Public structures
width: Public structures
wins: Private structures
wsb: Private structures
wsi: Private structures
wsv: Private structures
wsv: Private structures
wsv-ext0: Private structures
wsv-ext1: Private structures
wsv-ext2: Private structures

X
x: Public structures
x: Public structures
x: Public structures
x: Public structures
x1: Public structures
x2: Public structures
x3: Public structures
x4: Public structures
xins: Private structures
xins: Private structures
xins: Private structures
xrv: Private structures
xrv: Private structures
xsb: Private structures
xsb: Private structures
xsb: Private structures
xsi: Private structures
xsv: Private structures
xsv: Private structures
xsv: Private structures
xsv-ext: Private structures
xsv-ext0: Private structures
xsv-ext0: Private structures
xsv-ext1: Private structures
xsv-ext1: Private structures
xsv-ext2: Private structures

Y
y: Public structures
y: Public structures
y: Public structures
y: Public structures
y1: Public structures
y2: Public structures
y3: Public structures
y4: Public structures
yins: Private structures
yins: Private structures
yins: Private structures
yrv: Private structures
yrv: Private structures
ysb: Private structures
ysb: Private structures
ysb: Private structures
ysi: Private structures
ysv: Private structures
ysv: Private structures
ysv: Private structures
ysv-ext: Private structures
ysv-ext0: Private structures
ysv-ext0: Private structures
ysv-ext1: Private structures
ysv-ext1: Private structures
ysv-ext2: Private structures

Z
z: Public structures
z: Public structures
z: Public structures
z: Public structures
z1: Public structures
z2: Public structures
z3: Public structures
z4: Public structures
zins: Private structures
zins: Private structures
zrv: Private structures
zrv: Private structures
zsb: Private structures
zsb: Private structures
zsi: Private structures
zsv: Private structures
zsv: Private structures
zsv-ext0: Private structures
zsv-ext0: Private structures
zsv-ext1: Private structures
zsv-ext1: Private structures
zsv-ext2: Private structures


A.4 Data types

Jump to:   %   *   +   -   /  
A   B   C   D   E   F   G   H   I   L   M   N   O   P   R   S   T   V  
Index Entry  Section

%
%cricket.generators: The %cricket․generators package
%cricket.generators.billow-2d: The %cricket․generators․billow-2d package
%cricket.generators.billow-3d: The %cricket․generators․billow-3d package
%cricket.generators.billow-4d: The %cricket․generators․billow-4d package
%cricket.generators.cellular-2d: The %cricket․generators․cellular-2d package
%cricket.generators.cellular-3d: The %cricket․generators․cellular-3d package
%cricket.generators.checker-2d: The %cricket․generators․checker-2d package
%cricket.generators.constant: The %cricket․generators․constant package
%cricket.generators.cylinders-3d: The %cricket․generators․cylinders-3d package
%cricket.generators.fbm-2d: The %cricket․generators․fbm-2d package
%cricket.generators.fbm-3d: The %cricket․generators․fbm-3d package
%cricket.generators.fbm-4d: The %cricket․generators․fbm-4d package
%cricket.generators.hybrid-multifractal-2d: The %cricket․generators․hybrid-multifractal-2d package
%cricket.generators.hybrid-multifractal-3d: The %cricket․generators․hybrid-multifractal-3d package
%cricket.generators.hybrid-multifractal-4d: The %cricket․generators․hybrid-multifractal-4d package
%cricket.generators.multifractal-2d: The %cricket․generators․multifractal-2d package
%cricket.generators.multifractal-3d: The %cricket․generators․multifractal-3d package
%cricket.generators.multifractal-4d: The %cricket․generators․multifractal-4d package
%cricket.generators.open-simplex-2d: The %cricket․generators․open-simplex-2d package
%cricket.generators.open-simplex-3d: The %cricket․generators․open-simplex-3d package
%cricket.generators.open-simplex-4d: The %cricket․generators․open-simplex-4d package
%cricket.generators.open-simplex2f-2d: The %cricket․generators․open-simplex2f-2d package
%cricket.generators.open-simplex2f-3d: The %cricket․generators․open-simplex2f-3d package
%cricket.generators.open-simplex2f-4d: The %cricket․generators․open-simplex2f-4d package
%cricket.generators.open-simplex2s-2d: The %cricket․generators․open-simplex2s-2d package
%cricket.generators.open-simplex2s-3d: The %cricket․generators․open-simplex2s-3d package
%cricket.generators.open-simplex2s-4d: The %cricket․generators․open-simplex2s-4d package
%cricket.generators.perlin-1d: The %cricket․generators․perlin-1d package
%cricket.generators.perlin-2d: The %cricket․generators․perlin-2d package
%cricket.generators.perlin-3d: The %cricket․generators․perlin-3d package
%cricket.generators.perlin-4d: The %cricket․generators․perlin-4d package
%cricket.generators.ridged-multifractal-2d: The %cricket․generators․ridged-multifractal-2d package
%cricket.generators.ridged-multifractal-3d: The %cricket․generators․ridged-multifractal-3d package
%cricket.generators.ridged-multifractal-4d: The %cricket․generators․ridged-multifractal-4d package
%cricket.generators.simplex-1d: The %cricket․generators․simplex-1d package
%cricket.generators.simplex-2d: The %cricket․generators․simplex-2d package
%cricket.generators.simplex-3d: The %cricket․generators․simplex-3d package
%cricket.generators.simplex-4d: The %cricket․generators․simplex-4d package
%cricket.generators.spheres-3d: The %cricket․generators․spheres-3d package
%cricket.generators.value-2d: The %cricket․generators․value-2d package
%cricket.generators.value-3d: The %cricket․generators․value-3d package
%cricket.internal: The %cricket․internal package
%cricket.map: The %cricket․map package
%cricket.modifiers: The %cricket․modifiers package
%cricket.modifiers.abs: The %cricket․modifiers․abs package
%cricket.modifiers.add: The %cricket․modifiers․add package
%cricket.modifiers.blend: The %cricket․modifiers․blend package
%cricket.modifiers.cache: The %cricket․modifiers․cache package
%cricket.modifiers.clamp: The %cricket․modifiers․clamp package
%cricket.modifiers.curve: The %cricket․modifiers․curve package
%cricket.modifiers.displace: The %cricket․modifiers․displace package
%cricket.modifiers.divide: The %cricket․modifiers․divide package
%cricket.modifiers.expt: The %cricket․modifiers․expt package
%cricket.modifiers.fractalize: The %cricket․modifiers․fractalize package
%cricket.modifiers.max: The %cricket․modifiers․max package
%cricket.modifiers.min: The %cricket․modifiers․min package
%cricket.modifiers.multiply: The %cricket․modifiers․multiply package
%cricket.modifiers.negate: The %cricket․modifiers․negate package
%cricket.modifiers.power: The %cricket․modifiers․power package
%cricket.modifiers.rotate: The %cricket․modifiers․rotate package
%cricket.modifiers.scale: The %cricket․modifiers․scale package
%cricket.modifiers.select: The %cricket․modifiers․select package
%cricket.modifiers.strengthen: The %cricket․modifiers․strengthen package
%cricket.modifiers.subtract: The %cricket․modifiers․subtract package
%cricket.modifiers.terrace: The %cricket․modifiers․terrace package
%cricket.modifiers.translate: The %cricket․modifiers․translate package
%cricket.modifiers.turbulence: The %cricket․modifiers․turbulence package

*
*: Public structures

+
+: Public structures

-
-: Public structures

/
/: Public structures

A
abs: Public structures
abs.lisp: The cricket/modifiers/abs․lisp file
add.lisp: The cricket/modifiers/add․lisp file

B
billow-2d: Public structures
billow-2d.lisp: The cricket/generators/billow-2d․lisp file
billow-3d: Public structures
billow-3d.lisp: The cricket/generators/billow-3d․lisp file
billow-4d: Public structures
billow-4d.lisp: The cricket/generators/billow-4d․lisp file
blend: Public structures
blend.lisp: The cricket/modifiers/blend․lisp file

C
cache: Public structures
cache.lisp: The cricket/modifiers/cache․lisp file
cellular-2d: Public structures
cellular-2d.lisp: The cricket/generators/cellular-2d․lisp file
cellular-3d: Public structures
cellular-3d.lisp: The cricket/generators/cellular-3d․lisp file
checker-2d: Public structures
checker-2d.lisp: The cricket/generators/checker-2d․lisp file
clamp: Public structures
clamp.lisp: The cricket/modifiers/clamp․lisp file
color: Private types
color.lisp: The cricket/map/color․lisp file
common.lisp: The cricket/common․lisp file
Condition, cricket-error: Public conditions
Condition, invalid-cellular-distance-method: Public conditions
Condition, invalid-cellular-output-type: Public conditions
Condition, invalid-fractal-octave-count: Public conditions
Condition, invalid-open-simplex2-orientation: Public conditions
Condition, invalid-real-argument: Public conditions
Condition, invalid-sampler-argument: Public conditions
Condition, invalid-seed: Public conditions
conditions.lisp: The cricket/conditions․lisp file
constant: Public structures
constant.lisp: The cricket/generators/constant․lisp file
cricket: The cricket system
cricket: The cricket package
cricket-error: Public conditions
cricket.asd: The cricket/cricket․asd file
curve: Public structures
curve.lisp: The cricket/modifiers/curve․lisp file
cylinders-3d: Public structures
cylinders-3d.lisp: The cricket/generators/cylinders-3d․lisp file

D
displace: Public structures
displace.lisp: The cricket/modifiers/displace․lisp file
divide.lisp: The cricket/modifiers/divide․lisp file

E
expt: Public structures
expt.lisp: The cricket/modifiers/expt․lisp file

F
f50: Private types
fbm-2d: Public structures
fbm-2d.lisp: The cricket/generators/fbm-2d․lisp file
fbm-3d: Public structures
fbm-3d.lisp: The cricket/generators/fbm-3d․lisp file
fbm-4d: Public structures
fbm-4d.lisp: The cricket/generators/fbm-4d․lisp file
File, abs.lisp: The cricket/modifiers/abs․lisp file
File, add.lisp: The cricket/modifiers/add․lisp file
File, billow-2d.lisp: The cricket/generators/billow-2d․lisp file
File, billow-3d.lisp: The cricket/generators/billow-3d․lisp file
File, billow-4d.lisp: The cricket/generators/billow-4d․lisp file
File, blend.lisp: The cricket/modifiers/blend․lisp file
File, cache.lisp: The cricket/modifiers/cache․lisp file
File, cellular-2d.lisp: The cricket/generators/cellular-2d․lisp file
File, cellular-3d.lisp: The cricket/generators/cellular-3d․lisp file
File, checker-2d.lisp: The cricket/generators/checker-2d․lisp file
File, clamp.lisp: The cricket/modifiers/clamp․lisp file
File, color.lisp: The cricket/map/color․lisp file
File, common.lisp: The cricket/common․lisp file
File, conditions.lisp: The cricket/conditions․lisp file
File, constant.lisp: The cricket/generators/constant․lisp file
File, cricket.asd: The cricket/cricket․asd file
File, curve.lisp: The cricket/modifiers/curve․lisp file
File, cylinders-3d.lisp: The cricket/generators/cylinders-3d․lisp file
File, displace.lisp: The cricket/modifiers/displace․lisp file
File, divide.lisp: The cricket/modifiers/divide․lisp file
File, expt.lisp: The cricket/modifiers/expt․lisp file
File, fbm-2d.lisp: The cricket/generators/fbm-2d․lisp file
File, fbm-3d.lisp: The cricket/generators/fbm-3d․lisp file
File, fbm-4d.lisp: The cricket/generators/fbm-4d․lisp file
File, fractalize.lisp: The cricket/modifiers/fractalize․lisp file
File, gradient.lisp: The cricket/map/gradient․lisp file
File, hybrid-multifractal-2d.lisp: The cricket/generators/hybrid-multifractal-2d․lisp file
File, hybrid-multifractal-3d.lisp: The cricket/generators/hybrid-multifractal-3d․lisp file
File, hybrid-multifractal-4d.lisp: The cricket/generators/hybrid-multifractal-4d․lisp file
File, image.lisp: The cricket/map/image․lisp file
File, map.lisp: The cricket/map/map․lisp file
File, max.lisp: The cricket/modifiers/max․lisp file
File, min.lisp: The cricket/modifiers/min․lisp file
File, multifractal-2d.lisp: The cricket/generators/multifractal-2d․lisp file
File, multifractal-3d.lisp: The cricket/generators/multifractal-3d․lisp file
File, multifractal-4d.lisp: The cricket/generators/multifractal-4d․lisp file
File, multiply.lisp: The cricket/modifiers/multiply․lisp file
File, negate.lisp: The cricket/modifiers/negate․lisp file
File, open-simplex-2d.lisp: The cricket/generators/open-simplex-2d․lisp file
File, open-simplex-3d.lisp: The cricket/generators/open-simplex-3d․lisp file
File, open-simplex-4d.lisp: The cricket/generators/open-simplex-4d․lisp file
File, open-simplex2f-2d.lisp: The cricket/generators/open-simplex2f-2d․lisp file
File, open-simplex2f-3d.lisp: The cricket/generators/open-simplex2f-3d․lisp file
File, open-simplex2f-4d.lisp: The cricket/generators/open-simplex2f-4d․lisp file
File, open-simplex2s-2d.lisp: The cricket/generators/open-simplex2s-2d․lisp file
File, open-simplex2s-3d.lisp: The cricket/generators/open-simplex2s-3d․lisp file
File, open-simplex2s-4d.lisp: The cricket/generators/open-simplex2s-4d․lisp file
File, package.lisp: The cricket/package․lisp file
File, perlin-1d.lisp: The cricket/generators/perlin-1d․lisp file
File, perlin-2d.lisp: The cricket/generators/perlin-2d․lisp file
File, perlin-3d.lisp: The cricket/generators/perlin-3d․lisp file
File, perlin-4d.lisp: The cricket/generators/perlin-4d․lisp file
File, power.lisp: The cricket/modifiers/power․lisp file
File, ridged-multifractal-2d.lisp: The cricket/generators/ridged-multifractal-2d․lisp file
File, ridged-multifractal-3d.lisp: The cricket/generators/ridged-multifractal-3d․lisp file
File, ridged-multifractal-4d.lisp: The cricket/generators/ridged-multifractal-4d․lisp file
File, rotate.lisp: The cricket/modifiers/rotate․lisp file
File, scale.lisp: The cricket/modifiers/scale․lisp file
File, select.lisp: The cricket/modifiers/select․lisp file
File, simplex-1d.lisp: The cricket/generators/simplex-1d․lisp file
File, simplex-2d.lisp: The cricket/generators/simplex-2d․lisp file
File, simplex-3d.lisp: The cricket/generators/simplex-3d․lisp file
File, simplex-4d.lisp: The cricket/generators/simplex-4d․lisp file
File, spheres-3d.lisp: The cricket/generators/spheres-3d․lisp file
File, strengthen.lisp: The cricket/modifiers/strengthen․lisp file
File, subtract.lisp: The cricket/modifiers/subtract․lisp file
File, terrace.lisp: The cricket/modifiers/terrace․lisp file
File, translate.lisp: The cricket/modifiers/translate․lisp file
File, turbulence.lisp: The cricket/modifiers/turbulence․lisp file
File, value-2d.lisp: The cricket/generators/value-2d․lisp file
File, value-3d.lisp: The cricket/generators/value-3d․lisp file
fractalize.lisp: The cricket/modifiers/fractalize․lisp file

G
generators: The cricket/generators module
gradient: Private structures
gradient-point: Private structures
gradient.lisp: The cricket/map/gradient․lisp file

H
hybrid-multifractal-2d: Public structures
hybrid-multifractal-2d.lisp: The cricket/generators/hybrid-multifractal-2d․lisp file
hybrid-multifractal-3d: Public structures
hybrid-multifractal-3d.lisp: The cricket/generators/hybrid-multifractal-3d․lisp file
hybrid-multifractal-4d: Public structures
hybrid-multifractal-4d.lisp: The cricket/generators/hybrid-multifractal-4d․lisp file

I
image: Public structures
image.lisp: The cricket/map/image․lisp file
invalid-cellular-distance-method: Public conditions
invalid-cellular-output-type: Public conditions
invalid-fractal-octave-count: Public conditions
invalid-open-simplex2-orientation: Public conditions
invalid-real-argument: Public conditions
invalid-sampler-argument: Public conditions
invalid-seed: Public conditions

L
lattice-point: Private structures
lattice-point: Private structures
lattice-point: Private structures
lattice-point: Private structures
lattice-point: Private structures

M
map: The cricket/map module
map: Public structures
map.lisp: The cricket/map/map․lisp file
max: Public structures
max.lisp: The cricket/modifiers/max․lisp file
min: Public structures
min.lisp: The cricket/modifiers/min․lisp file
modifiers: The cricket/modifiers module
Module, generators: The cricket/generators module
Module, map: The cricket/map module
Module, modifiers: The cricket/modifiers module
multifractal-2d: Public structures
multifractal-2d.lisp: The cricket/generators/multifractal-2d․lisp file
multifractal-3d: Public structures
multifractal-3d.lisp: The cricket/generators/multifractal-3d․lisp file
multifractal-4d: Public structures
multifractal-4d.lisp: The cricket/generators/multifractal-4d․lisp file
multiply.lisp: The cricket/modifiers/multiply․lisp file

N
negate: Public structures
negate.lisp: The cricket/modifiers/negate․lisp file

O
open-simplex-2d: Public structures
open-simplex-2d.lisp: The cricket/generators/open-simplex-2d․lisp file
open-simplex-3d: Public structures
open-simplex-3d.lisp: The cricket/generators/open-simplex-3d․lisp file
open-simplex-4d: Public structures
open-simplex-4d.lisp: The cricket/generators/open-simplex-4d․lisp file
open-simplex2f-2d: Public structures
open-simplex2f-2d.lisp: The cricket/generators/open-simplex2f-2d․lisp file
open-simplex2f-3d: Public structures
open-simplex2f-3d.lisp: The cricket/generators/open-simplex2f-3d․lisp file
open-simplex2f-4d: Public structures
open-simplex2f-4d.lisp: The cricket/generators/open-simplex2f-4d․lisp file
open-simplex2s-2d: Public structures
open-simplex2s-2d.lisp: The cricket/generators/open-simplex2s-2d․lisp file
open-simplex2s-3d: Public structures
open-simplex2s-3d.lisp: The cricket/generators/open-simplex2s-3d․lisp file
open-simplex2s-4d: Public structures
open-simplex2s-4d.lisp: The cricket/generators/open-simplex2s-4d․lisp file

P
Package, %cricket.generators: The %cricket․generators package
Package, %cricket.generators.billow-2d: The %cricket․generators․billow-2d package
Package, %cricket.generators.billow-3d: The %cricket․generators․billow-3d package
Package, %cricket.generators.billow-4d: The %cricket․generators․billow-4d package
Package, %cricket.generators.cellular-2d: The %cricket․generators․cellular-2d package
Package, %cricket.generators.cellular-3d: The %cricket․generators․cellular-3d package
Package, %cricket.generators.checker-2d: The %cricket․generators․checker-2d package
Package, %cricket.generators.constant: The %cricket․generators․constant package
Package, %cricket.generators.cylinders-3d: The %cricket․generators․cylinders-3d package
Package, %cricket.generators.fbm-2d: The %cricket․generators․fbm-2d package
Package, %cricket.generators.fbm-3d: The %cricket․generators․fbm-3d package
Package, %cricket.generators.fbm-4d: The %cricket․generators․fbm-4d package
Package, %cricket.generators.hybrid-multifractal-2d: The %cricket․generators․hybrid-multifractal-2d package
Package, %cricket.generators.hybrid-multifractal-3d: The %cricket․generators․hybrid-multifractal-3d package
Package, %cricket.generators.hybrid-multifractal-4d: The %cricket․generators․hybrid-multifractal-4d package
Package, %cricket.generators.multifractal-2d: The %cricket․generators․multifractal-2d package
Package, %cricket.generators.multifractal-3d: The %cricket․generators․multifractal-3d package
Package, %cricket.generators.multifractal-4d: The %cricket․generators․multifractal-4d package
Package, %cricket.generators.open-simplex-2d: The %cricket․generators․open-simplex-2d package
Package, %cricket.generators.open-simplex-3d: The %cricket․generators․open-simplex-3d package
Package, %cricket.generators.open-simplex-4d: The %cricket․generators․open-simplex-4d package
Package, %cricket.generators.open-simplex2f-2d: The %cricket․generators․open-simplex2f-2d package
Package, %cricket.generators.open-simplex2f-3d: The %cricket․generators․open-simplex2f-3d package
Package, %cricket.generators.open-simplex2f-4d: The %cricket․generators․open-simplex2f-4d package
Package, %cricket.generators.open-simplex2s-2d: The %cricket․generators․open-simplex2s-2d package
Package, %cricket.generators.open-simplex2s-3d: The %cricket․generators․open-simplex2s-3d package
Package, %cricket.generators.open-simplex2s-4d: The %cricket․generators․open-simplex2s-4d package
Package, %cricket.generators.perlin-1d: The %cricket․generators․perlin-1d package
Package, %cricket.generators.perlin-2d: The %cricket․generators․perlin-2d package
Package, %cricket.generators.perlin-3d: The %cricket․generators․perlin-3d package
Package, %cricket.generators.perlin-4d: The %cricket․generators․perlin-4d package
Package, %cricket.generators.ridged-multifractal-2d: The %cricket․generators․ridged-multifractal-2d package
Package, %cricket.generators.ridged-multifractal-3d: The %cricket․generators․ridged-multifractal-3d package
Package, %cricket.generators.ridged-multifractal-4d: The %cricket․generators․ridged-multifractal-4d package
Package, %cricket.generators.simplex-1d: The %cricket․generators․simplex-1d package
Package, %cricket.generators.simplex-2d: The %cricket․generators․simplex-2d package
Package, %cricket.generators.simplex-3d: The %cricket․generators․simplex-3d package
Package, %cricket.generators.simplex-4d: The %cricket․generators․simplex-4d package
Package, %cricket.generators.spheres-3d: The %cricket․generators․spheres-3d package
Package, %cricket.generators.value-2d: The %cricket․generators․value-2d package
Package, %cricket.generators.value-3d: The %cricket․generators․value-3d package
Package, %cricket.internal: The %cricket․internal package
Package, %cricket.map: The %cricket․map package
Package, %cricket.modifiers: The %cricket․modifiers package
Package, %cricket.modifiers.abs: The %cricket․modifiers․abs package
Package, %cricket.modifiers.add: The %cricket․modifiers․add package
Package, %cricket.modifiers.blend: The %cricket․modifiers․blend package
Package, %cricket.modifiers.cache: The %cricket․modifiers․cache package
Package, %cricket.modifiers.clamp: The %cricket․modifiers․clamp package
Package, %cricket.modifiers.curve: The %cricket․modifiers․curve package
Package, %cricket.modifiers.displace: The %cricket․modifiers․displace package
Package, %cricket.modifiers.divide: The %cricket․modifiers․divide package
Package, %cricket.modifiers.expt: The %cricket․modifiers․expt package
Package, %cricket.modifiers.fractalize: The %cricket․modifiers․fractalize package
Package, %cricket.modifiers.max: The %cricket․modifiers․max package
Package, %cricket.modifiers.min: The %cricket․modifiers․min package
Package, %cricket.modifiers.multiply: The %cricket․modifiers․multiply package
Package, %cricket.modifiers.negate: The %cricket․modifiers․negate package
Package, %cricket.modifiers.power: The %cricket․modifiers․power package
Package, %cricket.modifiers.rotate: The %cricket․modifiers․rotate package
Package, %cricket.modifiers.scale: The %cricket․modifiers․scale package
Package, %cricket.modifiers.select: The %cricket․modifiers․select package
Package, %cricket.modifiers.strengthen: The %cricket․modifiers․strengthen package
Package, %cricket.modifiers.subtract: The %cricket․modifiers․subtract package
Package, %cricket.modifiers.terrace: The %cricket․modifiers․terrace package
Package, %cricket.modifiers.translate: The %cricket․modifiers․translate package
Package, %cricket.modifiers.turbulence: The %cricket․modifiers․turbulence package
Package, cricket: The cricket package
package.lisp: The cricket/package․lisp file
perlin-1d: Public structures
perlin-1d.lisp: The cricket/generators/perlin-1d․lisp file
perlin-2d: Public structures
perlin-2d.lisp: The cricket/generators/perlin-2d․lisp file
perlin-3d: Public structures
perlin-3d.lisp: The cricket/generators/perlin-3d․lisp file
perlin-4d: Public structures
perlin-4d.lisp: The cricket/generators/perlin-4d․lisp file
power: Public structures
power.lisp: The cricket/modifiers/power․lisp file

R
ridged-multifractal-2d: Public structures
ridged-multifractal-2d.lisp: The cricket/generators/ridged-multifractal-2d․lisp file
ridged-multifractal-3d: Public structures
ridged-multifractal-3d.lisp: The cricket/generators/ridged-multifractal-3d․lisp file
ridged-multifractal-4d: Public structures
ridged-multifractal-4d.lisp: The cricket/generators/ridged-multifractal-4d․lisp file
rotate: Public structures
rotate.lisp: The cricket/modifiers/rotate․lisp file

S
sampler: Public structures
scale: Public structures
scale.lisp: The cricket/modifiers/scale․lisp file
select: Public structures
select.lisp: The cricket/modifiers/select․lisp file
simplex-1d: Public structures
simplex-1d.lisp: The cricket/generators/simplex-1d․lisp file
simplex-2d: Public structures
simplex-2d.lisp: The cricket/generators/simplex-2d․lisp file
simplex-3d: Public structures
simplex-3d.lisp: The cricket/generators/simplex-3d․lisp file
simplex-4d: Public structures
simplex-4d.lisp: The cricket/generators/simplex-4d․lisp file
spheres-3d: Public structures
spheres-3d.lisp: The cricket/generators/spheres-3d․lisp file
state: Private structures
state: Private structures
state: Private structures
strengthen: Public structures
strengthen.lisp: The cricket/modifiers/strengthen․lisp file
Structure, *: Public structures
Structure, +: Public structures
Structure, -: Public structures
Structure, /: Public structures
Structure, abs: Public structures
Structure, billow-2d: Public structures
Structure, billow-3d: Public structures
Structure, billow-4d: Public structures
Structure, blend: Public structures
Structure, cache: Public structures
Structure, cellular-2d: Public structures
Structure, cellular-3d: Public structures
Structure, checker-2d: Public structures
Structure, clamp: Public structures
Structure, constant: Public structures
Structure, curve: Public structures
Structure, cylinders-3d: Public structures
Structure, displace: Public structures
Structure, expt: Public structures
Structure, fbm-2d: Public structures
Structure, fbm-3d: Public structures
Structure, fbm-4d: Public structures
Structure, gradient: Private structures
Structure, gradient-point: Private structures
Structure, hybrid-multifractal-2d: Public structures
Structure, hybrid-multifractal-3d: Public structures
Structure, hybrid-multifractal-4d: Public structures
Structure, image: Public structures
Structure, lattice-point: Private structures
Structure, lattice-point: Private structures
Structure, lattice-point: Private structures
Structure, lattice-point: Private structures
Structure, lattice-point: Private structures
Structure, map: Public structures
Structure, max: Public structures
Structure, min: Public structures
Structure, multifractal-2d: Public structures
Structure, multifractal-3d: Public structures
Structure, multifractal-4d: Public structures
Structure, negate: Public structures
Structure, open-simplex-2d: Public structures
Structure, open-simplex-3d: Public structures
Structure, open-simplex-4d: Public structures
Structure, open-simplex2f-2d: Public structures
Structure, open-simplex2f-3d: Public structures
Structure, open-simplex2f-4d: Public structures
Structure, open-simplex2s-2d: Public structures
Structure, open-simplex2s-3d: Public structures
Structure, open-simplex2s-4d: Public structures
Structure, perlin-1d: Public structures
Structure, perlin-2d: Public structures
Structure, perlin-3d: Public structures
Structure, perlin-4d: Public structures
Structure, power: Public structures
Structure, ridged-multifractal-2d: Public structures
Structure, ridged-multifractal-3d: Public structures
Structure, ridged-multifractal-4d: Public structures
Structure, rotate: Public structures
Structure, sampler: Public structures
Structure, scale: Public structures
Structure, select: Public structures
Structure, simplex-1d: Public structures
Structure, simplex-2d: Public structures
Structure, simplex-3d: Public structures
Structure, simplex-4d: Public structures
Structure, spheres-3d: Public structures
Structure, state: Private structures
Structure, state: Private structures
Structure, state: Private structures
Structure, strengthen: Public structures
Structure, terrace: Public structures
Structure, translate: Public structures
Structure, turbulence: Public structures
Structure, value-2d: Public structures
Structure, value-3d: Public structures
subtract.lisp: The cricket/modifiers/subtract․lisp file
System, cricket: The cricket system

T
terrace: Public structures
terrace.lisp: The cricket/modifiers/terrace․lisp file
translate: Public structures
translate.lisp: The cricket/modifiers/translate․lisp file
turbulence: Public structures
turbulence.lisp: The cricket/modifiers/turbulence․lisp file
Type, color: Private types
Type, f50: Private types

V
value-2d: Public structures
value-2d.lisp: The cricket/generators/value-2d․lisp file
value-3d: Public structures
value-3d.lisp: The cricket/generators/value-3d․lisp file