![]() |
PK_proj_geom_t |
struct PK_proj_geom_s { PK_GEOM_t geom; PK_INTERVAL_t range; double achieved_tol; }; typedef struct PK_proj_geom_s PK_proj_geom_t; A structure packaging details of a projected curve.
The structure has the following fields: 'geom' The projected geometry (either a curve or a point). 'range' If 'geom' is a curve, this holds its parametric range. 'achieved_tol' The tolerance achieved by the projection.