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

Fixed process of building grid #58

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fixed process of building grid #58

wants to merge 5 commits into from

Commits on Nov 20, 2021

  1. Introduced Face::contains_point to check if point belongs to face i…

    …nstead of previous approach.
    
    This might have fixed one or many of: #29, #31, #38
    
    Co-authored-by: Nikolay Nechaev <Nikolay_Nechaev@mail.ru>
    tanya-kta and kolayne committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    a79dd69 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Rewrote Face::contains_point to work for arbitrary convex faces, no…

    …t only squares
    
    Co-authored-by: Tanya Kadykova <tanya-kta@bk.ru>
    kolayne and tanya-kta committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    55face0 View commit details
    Browse the repository at this point in the history
  2. Simplified the formulas in Face::contains_point, made area calculat…

    …ion similar
    
    Co-authored-by: Tanya Kadykova <tanya-kta@bk.ru>
    kolayne and tanya-kta committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2697833 View commit details
    Browse the repository at this point in the history
  3. Documented Face::contains_point

    Co-authored-by: Tanya Kadykova <tanya-kta@bk.ru>
    kolayne and tanya-kta committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    73b7a5e View commit details
    Browse the repository at this point in the history
  4. Minor comments/docs/style fixes

    Co-authored-by: Tanya Kadykova <tanya-kta@bk.ru>
    kolayne and tanya-kta committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    9e95e31 View commit details
    Browse the repository at this point in the history