Skip to content

Triangulation of regular point grids produces odd patterns #232

@Kevin-Mattheus-Moerman

Description

@Kevin-Mattheus-Moerman

I'm working on a method to create unstructured quad grids like on the right here:
Image

I start with the Delaunay triangulation on the left and join adjacent triangles when they would make nice quads when grouped. Next I split the remaining triangles into 3 quads and split each quad.

Anyway, usually I use an nearly equilateral grid of triangles as you can see on the left. To make the quads more regular I wanted to use a normal grid. However now I'm noticing there are interesting patterns in the resulting triangulation. Can these be avoided somehow? E.g. could you just do a "left slash" if the left and right slash would be equivalent numerically (both satisfying Delaunay? As you can see in the below image the connectivity is not always great. For instance there are a lot of "4-connected" nodes. Usually I filter these out actually, producing the second figure below, but in this case that makes it even weirder. It would be nice if a regular triangulation was achieved for a regular grid. Is this something that is possible?

Image Image

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