Skip to content

Suspect div by zero case. #27

Description

@projectPythonator

technically this case should only really happen in circumradius and circumcircle functions when you have 3 horizontal or vertical collinear points. if a d == 0 check is moved before you divide by d (or det) you can avoid it, alternatively you can also check for collinear points directly if wanting to detect them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions