office-gobmx/basegfx
Noel Grandin a2fc883173 use more std::container::insert instead of std::copy
which is both more compact code, and more efficient, since the insert
method can do smarter resizing

Change-Id: I17f226660f87cdf002edccc29b4af8fd59a25f91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96948
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-24 08:43:55 +02:00
..
inc/pch
qa
source use more std::container::insert instead of std::copy 2020-06-24 08:43:55 +02:00
test basegfx: test of coordinate system conversion 2020-06-02 08:12:25 +02:00
CppunitTest_basegfx.mk
IwyuFilter_basegfx.yaml
Library_basegfx.mk
Makefile
Module_basegfx.mk
README

Algorithms and data types for graphics (e.g. polygons, vectors, matrices and the like - see that used in [[canvas]]).