Skip to content

triangle: note is incorrect #2580

@Anton-4

Description

@Anton-4

A note was recently added to the triangle description in #2579:

We opted to not include tests for degenerate triangles (triangles that violate these rules) to keep things simpler.
You may handle those situations if you wish to do so, or safely ignore them.

But there are still test cases that violate these rules:

(0, 0, 0)
(1, 1, 3)
(1, 3, 1)
(3, 1, 1)
(7, 3, 2)

This can be confusing to those trying to solve the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions