Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voronoi functions and data structures not exported in SeExprBuiltins.h #32

Open
devernay opened this issue Oct 6, 2015 · 0 comments
Open

Comments

@devernay
Copy link

devernay commented Oct 6, 2015

This is missing from SeExprBuiltins:

    struct VoronoiPointData : public SeExprFuncNode::Data
    {
        SeVec3d points[27];
        SeVec3d cell;
        double jitter;
        VoronoiPointData() : jitter(-1) {}
    };    
    SeVec3d voronoiFn(VoronoiPointData& data, int n, const SeVec3d* args);
    SeVec3d cvoronoiFn(VoronoiPointData& data, int n, const SeVec3d* args);
    SeVec3d pvoronoiFn(VoronoiPointData& data, int n, const SeVec3d* args);
devernay added a commit to MrKepzie/openfx-io that referenced this issue Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant