PK_CURVE_find_degens   

PK_ERROR_code_t                 PK_CURVE_find_degens
(
--- received arguments ---
PK_CURVE_t                      curve,      --- curve to be checked
const PK_CURVE_find_degens_o_t *options,    --- options structure

--- returned arguments ---
PK_CURVE_degens_t        *const results     --- results
)


This function finds degeneracies on the given curve.

This function does not support facet geometry [NF]


Specific Errors:
    PK_ERROR_invalid_geometry      The curve has invalidities other than
                                   degeneracies or self-intersections (MILD)
    PK_ERROR_find_degens_failed    Failure (MILD)


This function finds degeneracies on a curve, and returns information about
the degeneracies found, if any.

See here for more information.