MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / concat_poly

Method concat_poly

dep/agg/include/agg_path_storage.h:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 //--------------------------------------------------------------------
796 template <class T>
797 void concat_poly(const T* data, unsigned num_points, bool closed)
798 {
799 poly_plain_adaptor<T> poly(data, num_points, closed);
800 concat_path(poly);
801 }
802
803 // Join polygon/polyline continuously.
804 //--------------------------------------------------------------------

Callers 2

polygonMethod · 0.80
polylineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected