spaceFillingCurve: Space Filling Curves

spaceFillingCurveR Documentation

Space Filling Curves

Description

Functions to calculate the sequence of points given by the following dynamical system in order to draw the attractor of the system.

Usage

makeSpaceFillingCurve(type = "segments", ...)

runSpaceFillingCurve(
  x0,
  y0,
  x1,
  y1,
  percentDistances,
  bearing,
  addFinalSegment = TRUE,
  lineFlip = lineFlip,
  segmentsToFlip = c(),
  segmentOrder = c()
)

Arguments

...

parameters passed to the component and the component function runSpaceFillingCurve. See "details" for more information.

Value

make returns a component, run returns a list.

See Also

Other fractals: sierpinski

Examples

print(1+1)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.