PK_SURF_find_vectors_t   

typedef int PK_SURF_find_vectors_t;

Used in:

PK_SURF_find_vectors_r_t


This token provides status information about whether a vector was found.

    PK_SURF_find_vectors_ok_c       Successfully found vector on surface.
    PK_SURF_find_vectors_err_c      Failed to find vector on surface.
    PK_SURF_find_vectors_degen_c    Degenerate solution, no distinct
                                    vector on surface could be found.
    PK_SURF_find_vectors_bounds_c   Failed to find vector because the
                                    associated measurement is out of
                                    bounds.
    PK_SURF_find_vectors_tol_c      The error bound on this solution
                                    exceeds the requested tolerance,
                                    but is less than ten times
                                    that tolerance.
    PK_SURF_find_vectors_tol_err_c  Failed to find a solution within an
                                    error bound of less than ten times
                                    the requested tolerance.
    PK_SURF_find_vectors_uv_err_c   Failed to find UV parameters of surface at
                                    the returned vector although succeeded to
                                    find vector, either within the requested
                                    tolerance or within ten times the
                                    requested tolerance.