Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

ColonizationNode
A node in a space colonization tree.
CurveParametric
Parametric curve types: Bézier, B-spline, NURBS.
DelaunayTri
A triangle in the Delaunay triangulation.
DelaunayTriangulation2d
Delaunay triangulation using the Bowyer-Watson algorithm.
FractalGeometry
Fractal geometry analysis: box-counting dimension and Hausdorff dimension estimation.
IfsTransform
A single affine transformation for an IFS.
IteratedFunctionSystem
Iterated Function System for generating fractal attractors (e.g., Barnsley fern).
LSystem
Lindenmayer system (L-system) for generating fractal geometry strings.
LSystemRule
A single production rule in an L-system: maps a predecessor character to a successor string.
LSystemState
Represents the current state of an L-system after string rewriting.
NoiseGeometry
Aggregates noise generation methods.
PerlinNoise2d
2D Perlin noise generator with permutation table.
PerlinNoise3d
3D Perlin noise generator.
ReactionDiffusion
Reaction-diffusion simulation using the Gray-Scott model.
SpaceColonization
Space colonization algorithm for tree and vascular structure generation.
SurfaceParametric
Parametric surface types: tensor product, Coons patch.
TurtleState
Turtle graphics state for L-system interpretation.
VoronoiTessellation2d
A 2D Voronoi tessellation.
WorleyNoise
Worley (cellular) noise generator.