PK_CIRCLE_create   

PK_ERROR_code_t       PK_CIRCLE_create
(
--- received arguments ---
const PK_CIRCLE_sf_t *circle_sf,    --- circle standard form

--- returned arguments ---
PK_CIRCLE_t    *const circle        --- circle
)


This function creates a circle from the given standard form.  See
documentation for PK_CIRCLE_sf_t.