| 4716 | #endif |
| 4717 | |
| 4718 | GMT_LOCAL bool gmtplot_at_pole (double *lat, uint64_t n) { |
| 4719 | return (lat[0] == lat[n-1] && fabs (lat[0]) == 90.0); |
| 4720 | } |
| 4721 | |
| 4722 | GMT_LOCAL uint64_t gmtplot_geo_polygon_segment (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S, bool add_pole, bool first, const char *comment) { |
| 4723 | /* Handles the laying down of polygons suitable for filling only; outlines are done separately later. |
no outgoing calls
no test coverage detected