Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Typos in the "qconvex outputs" part of the Qhull manual #134

@beijiguang94

Description

@beijiguang94

In the "qconvex outputs" part of the Qhull manual on this website, for the "o" option, it reads

print vertices and facets of the convex hull in OFF format. The first line is the dimension. The second line is the number of vertices, facets, and ridges. The vertex coordinates are next, followed by the facets. Each facet starts with the number of vertices...

However, the "o" option actually prints the (input) points and facets of the convex hull in OFF format. Thus, the above quote should be

print points and facets of the convex hull in OFF format. The first line is the dimension. The second line is the number of points, facets, and ridges. The point coordinates are next, followed by the facets. Each facet starts with the number of vertices...

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