API_Sector Describes the geometry of a 2D line. typedef struct { API_Coord c1; API_Coord c2; } API_Sector; Members c1 Start point. c2 End point. Requirements Version: API 2.1 or later Header: APIdefs_Base.h See Also API_Coord, API Types