 |
PK_CURVE_project_r_t |
|
struct PK_CURVE_project_r_s
{
int n_geoms;
PK_proj_geom_t *geoms;
};
typedef struct PK_CURVE_project_r_s PK_CURVE_project_r_t;
A structure packaging the resulting projected geometries.
Used in:
PK_CURVE_project
PK_CURVE_project_r_f
The structure has the following fields:
'n_geoms' The number of projected geometries (curves and points).
'geoms' An array of length 'n_geoms', each element holding information
on a projected geometry.
The function PK_CURVE_project_r_f may be used to free associated memory.