PK_CONE_ask   

PK_ERROR_code_t     PK_CONE_ask
(
--- received arguments ---
PK_CONE_t           cone,        --- a cone

--- returned arguments ---
PK_CONE_sf_t *const cone_sf      --- the standard form of the cone
)


This function returns the standard form of the given cone.


The application is responsible for allocating the standard form but need not
initialise any of the fields.

See documentation for PK_CONE_sf_t.