PK_POINT_create   

PK_ERROR_code_t      PK_POINT_create
(
--- received arguments ---
const PK_POINT_sf_t *point_sf,  --- point standard form

--- returned arguments ---
PK_POINT_t    *const point      --- created point
)


This function creates a point from the given standard form.  See
documentation for PK_POINT_sf_t.