struct PK_range_2_r_s
{
double distance; --- separation between entities
PK_range_end_t ends[2]; --- ends of line of separation on entities
};
typedef struct PK_range_2_r_s PK_range_2_r_t;
This structure records the separation between two entities.