Skip to content

[feature] Triangle lists should follow GetDP-like structure #75

@drobnyjt

Description

@drobnyjt

Is your feature request related to a problem? Please describe.
Current implementation of triangle lists is unreadable and difficult to manage in code and by hand.

Proposed solution
Switch to:

  1. a list of points in the form of x-y pairs: (x, y)
  2. triangles become a list of point indexes (0, 1, 2)
  3. triangle list becomes a list of three-tuples, each of which defines a triangle with three point indexes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions