office-gobmx/basegfx/source
Tomaž Vajngerl c9711f2ff2 basegfx: remove CoordinateData2D class and use B2DPoint directly
For some reason B2DPolygon used a CoordinateData2D class that
derived from basegfx::B2DPoint with no added functionallity that
is used in practice (just an explicit method transform instead of
using an operator*=). This class has been removed and replaced
with B2DPoint instead.

Also removed was the typdef CoordinateData2DVector and calls to
the std::vector's iterator (begin, end) have been simplified with
"auto".

Change-Id: I0d187ded05a8e22de36a8e17523e87871aab912c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134378
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-05-16 17:09:51 +02:00
..
color
curve
inc
matrix
numeric
point
polygon basegfx: remove CoordinateData2D class and use B2DPoint directly 2022-05-16 17:09:51 +02:00
range basegfx: generalize B2DRange and B2IRange with Range2D template 2022-05-11 10:12:59 +02:00
raster
tools ofz#46070 Out-of-memory 2022-05-07 22:53:21 +02:00
tuple
vector
workbench