office-gobmx/basegfx
Tomaž Vajngerl 37ed508022 tdf#99130 use subdivision on B2DPolygon, angle based subdivision
Remove the subdivider we used until now as there is a better
way to subdivide a polygon with getDefaultAdaptiveSubdivision,
which in additiona also caches the result. The subdivider used in
getDefaultAdaptiveSubdivision was a limited count based subdivider
so this exchanges that with an angle based one which gives much
better results.

Change-Id: I95c009ccf3d54305df0d8eef177cab0df0a23bea
Reviewed-on: https://gerrit.libreoffice.org/25033
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-05-17 11:31:43 +00:00
..
inc/pch basegfx,oox,slideshow: replace boost::next/prior with std::next/prev 2016-05-06 23:37:10 +02:00
qa
source tdf#99130 use subdivision on B2DPolygon, angle based subdivision 2016-05-17 11:31:43 +00:00
test
CppunitTest_basegfx.mk
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]]).