Skip to content

What is the purpose of the following code: #5

@tomoya-kunnnnnn

Description

@tomoya-kunnnnnn

in function markerMatch() for pruning in Dynamicvoronoi.cpp, we have the following code:
'''
if (voroCount<3 && voroCountFour==1 && (f[1] || f[3] || f[4] || f[6])) {
return keep;
}
'''
so can you explain or give me related articles about what is the purpose of them, as I did not find related explanation on related papers.

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