Skip to content

Commit

Permalink
updated docs to include InvariantMeasure
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGibbs committed Dec 8, 2023
1 parent 5b5733b commit 882b484
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/makeIFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ This is the IFS for the Cantor Set, and this can be converted into an ```Invaria
```

The outer constructor for ```InvariantMeasure``` constructs other properties, such as diameter and Hausdorff dimension, which describe this fractal measure.

The full type is described below:
```@docs
InvariantMeasure
```

Now let's try a more complicated example. The second (translation) argument of `Similarity` can also be a vector. For example:
```@example tutorial
Expand Down

0 comments on commit 882b484

Please sign in to comment.