office-gobmx/basegfx/source/polygon
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
..
b2dlinegeometry.cxx
b2dpolygon.cxx basegfx: remove CoordinateData2D class and use B2DPoint directly 2022-05-16 17:09:51 +02:00
b2dpolygonclipper.cxx
b2dpolygoncutandtouch.cxx
b2dpolygontools.cxx
b2dpolygontriangulator.cxx
b2dpolypolygon.cxx basegfx: move ImplB2DPolyPolygon inside basegfx namespace 2022-05-16 17:09:22 +02:00
b2dpolypolygoncutter.cxx
b2dpolypolygontools.cxx
b2dsvgpolypolygon.cxx
b2dtrapezoid.cxx
b3dpolygon.cxx
b3dpolygontools.cxx
b3dpolypolygon.cxx
b3dpolypolygontools.cxx
WaveLine.cxx