MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / gmtplot_oblmrc_map_boundary

Function gmtplot_oblmrc_map_boundary

src/gmt_plot.c:1560–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558/* OBLIQUE MERCATOR PROJECTION MAP FUNCTIONS */
1559
1560GMT_LOCAL void gmtplot_oblmrc_map_boundary (struct GMT_CTRL *GMT, struct PSL_CTRL *PSL, double w, double e, double s, double n) {
1561 gmt_M_unused(w); gmt_M_unused(e); gmt_M_unused(s); gmt_M_unused(n);
1562 gmtplot_rect_map_boundary (GMT, PSL, 0.0, 0.0, GMT->current.proj.rect[XHI], GMT->current.proj.rect[YHI]);
1563}
1564
1565/* MOLLWEIDE and HAMMER-AITOFF EQUAL AREA PROJECTION MAP FUNCTIONS */
1566

Callers 1

gmtplot_map_boundaryFunction · 0.85

Calls 1

Tested by

no test coverage detected