Skip to content

Commit

Permalink
Merge pull request #22 from JoelTrent/dev
Browse files Browse the repository at this point in the history
Update quick_start.md
  • Loading branch information
JoelTrent committed Jun 5, 2023
2 parents 0c42a03 + e193dc2 commit 5d90b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end

## Custom Sampling Method

If we want to use a custom sampling method different to equal spacing and clustered methods then we can use [`generate_perimeter_point`](@ref) with any arbitrary distribution defined on \[0,1\]. For example, if we want to take quick_start00 uniform random samples (uniform with respect to arc length) of our ellipse perimeter we would use:
If we want to use a custom sampling method that is different to the equal spacing and clustered methods then we can use [`generate_perimeter_point`](@ref) coupled with any arbitrary distribution defined on \[0,1\]. For example, if we want to take 100 uniform random samples (uniform with respect to arc length) of our ellipse perimeter we would use:

```julia
e=construct_ellipse(1.0, 0.5, 0.0, 2.0, 1.0)
Expand Down

0 comments on commit 5d90b1a

Please sign in to comment.