Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement uniform random point in polygon, triangle and circle #83

Open
wants to merge 7 commits into
base: feature/no-org
Choose a base branch
from

Commits on Apr 11, 2021

  1. Configuration menu
    Copy the full SHA
    d464925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636e81f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1aae21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cf90e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    763801b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75d2ed5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Add svg uniform distribution example to visually demo change

    Second column shows uniform distribution working on circles, triangles, and
    polygons. Rotated rectangle *becomes* a polygon.
    
    Random point and sample-uniform examples are present just to confirm they are
    also happy.
    dgtized committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    ed92ef5 View commit details
    Browse the repository at this point in the history